feat: rewrite csv parsing
This commit is contained in:
parent
34d9d3960a
commit
f32b70fb0b
8 changed files with 342 additions and 123 deletions
|
|
@ -1,14 +1,15 @@
|
|||
{
|
||||
"name": "azerothcore-armory",
|
||||
"version": "0.0.3",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"clean": "rimraf build/",
|
||||
"start": "node build/armory/main.js",
|
||||
"start": "node --expose-gc build/armory/main.js",
|
||||
"watch": "concurrently \"tsc -w --project .\" \"npm run nodemon\"",
|
||||
"nodemon": "nodemon -q -w build -w config.json build/armory/main.js",
|
||||
"fetchdata": "node build/tools/fetchdata.js"
|
||||
"fetchdata": "node build/tools/fetchdata.js",
|
||||
"cleardata": "rimraf data/bone data/meta data/mo3 data/textures"
|
||||
},
|
||||
"author": "https://github.com/r-o-b-o-t-o",
|
||||
"license": "MIT",
|
||||
|
|
@ -29,7 +30,6 @@
|
|||
"@supercharge/promise-pool": "^2.1.0",
|
||||
"camelcase": "^6.2.1",
|
||||
"cli-progress": "^3.9.1",
|
||||
"csv-parser": "^3.0.0",
|
||||
"express": "^4.17.2",
|
||||
"express-handlebars": "^6.0.2",
|
||||
"glob": "^7.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue