-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
{
"name": "cinematrix",
"version": "1.0.0",
"description": "Proyecto Cinematrix de GPS",
"main": "app.js",
"scripts": {
"test": "jest --detectOpenHandles",
"test-silent": "jest --silent --detectOpenHandles",
"start": "node ./app.js",
"dev": "nodemon ./app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angelphi1618/Cinematrix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/angelphi1618/Cinematrix/issues"
},
"homepage": "https://github.com/angelphi1618/Cinematrix#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"connect-livereload": "^0.6.1",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-mysql-session": "^2.1.8",
"express-promise-router": "^4.1.1",
"express-session": "^1.17.3",
"express-validator": "^6.15.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.21",
"path": "^0.12.7",
"sinon": "^15.0.1"
},
"devDependencies": {
"jasmine": "^4.5.0",
"jest": "^29.5.0"
}
}