RenaiApp/package.json

26 lines
585 B
JSON
Raw Normal View History

2019-03-10 20:16:18 +01:00
{
"name": "nhentai",
"version": "1.0.0",
"description": ".",
"scripts": {
"start": "node dist/index.js",
2019-03-10 20:16:18 +01:00
"watch": "tsc --watch",
"build": "tsc --build",
"tslint-check": "tslint-config-prettier-check ./tslint.json"
2019-03-10 20:16:18 +01: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"
},
"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
}