RenaiApp/package.json

28 lines
645 B
JSON
Raw Normal View History

2019-03-10 20:16:18 +01:00
{
"name": "nhentai",
"version": "1.0.0",
"description": ".",
2019-06-05 00:47:05 +02:00
"private": true,
2019-03-10 20:16:18 +01:00
"scripts": {
2019-06-05 00:47:05 +02:00
"start": "node dist/server.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
"dependencies": {
2019-06-05 00:47:05 +02:00
"dotenv": "^6.2.0",
"express": "^4.17.1"
2019-03-10 20:16:18 +01:00
},
"devDependencies": {
2019-06-05 00:47:05 +02:00
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.0",
"@types/node": "^11.13.13",
"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
}