{ "name": "data-importer", "version": "1.0.0", "main": "index.js", "dependencies": { "acorn": "^8.14.0", "acorn-walk": "^8.3.4", "arg": "^4.1.3", "create-require": "^1.1.1", "diff": "^4.0.2", "make-error": "^1.3.6", "ooz-wasm": "^2.0.0", "pathofexile-dat": "^14.0.0", "pathofexile-dat-schema": "^8.0.0", "undici-types": "^6.20.0", "v8-compile-cache-lib": "^3.0.1", "yn": "^3.1.1" }, "devDependencies": { "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "items": "ts-node items.ts", "stats": "ts-node stats.ts", "copy-files": "sh ./copy-tables.sh", "push-ndjson": "bash ./push-ndjson.sh", "anon-vodka-python": "cd ./vendor/client && python ./parser.py", "langs-anon-vodka-python": "cd ./vendor/client && python ./parserRunner.py", "temp-images": "python ./data/imageFix.py", "copy-py-ndjson": "bash ./copy-py-ndjson.sh", "fetch-json": "bash ./pull-json.sh", "get-game-data": "cd ./EXPORT && pathofexile-dat", "run-all": "sh export-data.sh" }, "keywords": [], "author": "", "license": "ISC", "description": "" }