-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.23 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "api-productos",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "nodemon node server.js",
"ServerES6toJS5": ".\\node_modules\\.bin\\babel ./server.es6.js -o ./server.js -w",
"ServerTStoJS5": ".\\node_modules\\.bin\\tsc -w",
"pm2": "pm2 start server.js --watch",
"pm2Cluster": "pm2 start server.js --watch -i max",
"forever": "forever start -w server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"artillery": "^1.7.4",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bcrypt": "^5.0.1",
"boostrap": "^2.0.0",
"bootstrap": "^5.0.0-beta2",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-handlebars": "^5.2.1",
"express-session": "^1.17.2",
"faker": "^5.5.3",
"forever": "^4.0.1",
"fork": "^1.3.1",
"fs": "0.0.1-security",
"knex": "^0.95.4",
"log4js": "^6.3.0",
"mongoose": "^5.12.8",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"socket.io": "^4.0.1",
"sqlite3": "^5.0.2"
}
}