feat(*): Add tsv parser to enable easily loading pokedex data

This commit is contained in:
Josh Creek
2024-07-12 14:14:24 +01:00
parent 7deb4632bc
commit 212f674b44
5 changed files with 28642 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "tsv-parser",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"csv-parser": "^3.0.0",
"fs": "^0.0.1-security"
}
}