mkmrare/package.json

19 lines
424 B
JSON
Raw Normal View History

2019-11-21 12:09:51 +00:00
{
"name": "mkmrare",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.fromouter.space:Hamcha/mkmrare.git",
"author": "Hamcha <hamcha@crunchy.rocks>",
"license": "MIT",
"scripts": {
"start": "ts-node main.ts",
"update-csv": "ts-node update-csv.ts"
},
"dependencies": {
"@types/node": "^12.12.11",
"request": "^2.88.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
}
}