-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 953 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
{
"name": "bc13_final-project_back-end-beast-code",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --setupFiles dotenv/config --detectOpenHandles",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SchoolOfCode/bc13_final-project_back-end-beast-code.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SchoolOfCode/bc13_final-project_back-end-beast-code/issues"
},
"homepage": "https://github.com/SchoolOfCode/bc13_final-project_back-end-beast-code#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jest": "^29.3.1",
"mongoose": "^6.8.4",
"supertest": "^6.3.3"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.20"
}
}