forked from hernanfloresramirez1987/backend_ssup_updated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 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
37
38
{
"name": "cns",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"babel-node": "babel-node --presets=@babel/preset-env",
"dev": "nodemon --exec npm run babel-node src/index.js",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"connect-multiparty": "^2.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"sequelize": "^5.22.4",
"socket.io": "^4.1.2",
"tedious": "^6.4.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/node": "^7.14.7",
"@babel/preset-env": "^7.14.8",
"@types/express": "^4.17.13",
"@types/node": "^12.20.16",
"dotenv": "^8.6.0",
"nodemon": "^2.0.12",
"typescript": "^4.3.5"
}
}