{ "name": "mkmrare", "version": "1.0.0", "main": "index.js", "repository": "git@git.fromouter.space:Hamcha/mkmrare.git", "author": "Hamcha ", "license": "MIT", "scripts": { "fetch": "ts-node fetch.ts", "init-db": "ts-node convert.ts", "find": "ts-node find.ts" }, "dependencies": { "@types/node": "^12.12.11", "csv-parser": "^2.3.2", "request": "^2.88.0", "ts-node": "^8.5.2", "typescript": "^3.7.2" } }