-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "justnode",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -f compiledJS/*.js && tsc && node compiledJS/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yb1727/JustNode.js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yb1727/JustNode.js/issues"
},
"homepage": "https://github.com/yb1727/JustNode.js#readme",
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"express-validator": "^6.14.1",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"sequelize": "^6.20.1",
"sequelize-typescript": "^2.1.3"
},
"devDependencies": {
"@types/node": "^17.0.36",
"@types/validator": "^13.7.2",
"nodemon": "^2.0.16"
}
}