RenaiApp/package.json

19 lines
362 B
JSON
Raw Normal View History

2019-03-10 20:16:18 +01:00
{
"name": "nhentai",
"version": "1.0.0",
"description": ".",
"scripts": {
"start": "node out/index.js",
"watch": "tsc --watch",
"build": "tsc --build tsconfig.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/dotenv": "^6.1.0",
"@types/node": "^11.11.0",
"dotenv": "^6.2.0"
},
"devDependencies": {}
}