-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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": "nodeexpressjsbasesetup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "BABEL_SILENCE_WARNINGS=1 nodemon --exec babel-node app/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "saim",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/node": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.5",
"@babel/plugin-transform-class-properties": "^7.24.5",
"@babel/plugin-transform-private-methods": "^7.24.5",
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"cls-hooked": "^4.2.2",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"jsonwebtoken": "^9.0.2",
"log4js": "^6.9.1",
"morgan": "^1.10.0",
"mysql2": "^3.9.3",
"nodemon": "^3.1.0",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.24"
}
}