-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 914 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
36
{
"name": "nodejs-mongoose-template",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xujie",
"license": "ISC",
"dependencies": {
"add": "^2.0.6",
"cookie-parser": "^1.4.6",
"express": "^4.17.1",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.3.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.4",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.3.2",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"dotenv": "^16.3.1",
"nodemon": "^2.0.12",
"ts-node": "^10.2.0",
"typescript": "^5.1.3"
}
}