-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"name": "anothernoderepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node-dev src/index.ts --inspect",
"build": "tsc",
"serve": "node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.12.10",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"express": "^4.19.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"express-validator": "^7.0.1",
"mssql": "^10.0.2",
"mysql": "^2.18.1",
"mysql2": "^3.9.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui": "^5.17.12",
"swagger-ui-dist": "^5.17.12",
"swagger-ui-express": "^5.0.0",
"swagger-ui-react": "^5.17.12"
}
}