mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 02:53:45 +00:00
feat(*): Add tsv parser to enable easily loading pokedex data
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user