2019-03-10 20:16:18 +01:00
|
|
|
{
|
|
|
|
"name": "nhentai",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": ".",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node out/index.js",
|
|
|
|
"watch": "tsc --watch",
|
2019-06-04 22:54:56 +02:00
|
|
|
"build": "tsc --build",
|
|
|
|
"tslint-check": "tslint-config-prettier-check ./tslint.json"
|
2019-03-10 20:16:18 +01:00
|
|
|
},
|
2019-06-04 22:54:56 +02:00
|
|
|
"author": "Xymorot",
|
2019-03-10 20:16:18 +01:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@types/dotenv": "^6.1.0",
|
|
|
|
"@types/node": "^11.11.0",
|
|
|
|
"dotenv": "^6.2.0"
|
|
|
|
},
|
2019-06-04 22:54:56 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "^1.17.1",
|
|
|
|
"tslint": "^5.17.0",
|
|
|
|
"tslint-config-prettier": "^1.18.0",
|
|
|
|
"tslint-plugin-prettier": "^2.0.1",
|
|
|
|
"typescript": "^3.5.1"
|
|
|
|
}
|
2019-03-10 20:16:18 +01:00
|
|
|
}
|