-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "freelancefusion",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start:test": "cross-env NODE_ENV=test node server.js",
"e2e:open": "npx cypress open",
"e2e:chrome": "cypress run --browser chrome",
"test": "mocha --reporter spec",
"start": "node server.js",
"start:dev": "nodemon server.js",
"backup": "node dbBackup/backup.js",
"restore": "node dbBackup/restore.js"
},
"author": "Alice Tat",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^5.1.1",
"chai": "^4.3.10",
"chai-http": "^4.3.0",
"connect-mongo": "^5.1.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"expresss": "^0.0.0",
"http": "^0.0.1-security",
"mocha": "^10.7.3",
"mongodb": "^6.9.0",
"nodemon": "^3.0.1",
"request": "^2.88.2",
"socket.io": "^4.7.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^13.15.0"
}
}