-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 849 Bytes
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
{
"type": "module",
"name": "root",
"version": "1.0.0",
"description": "By team: Devour Devs",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "cypress run",
"cy:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-devour-devs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-devour-devs/issues"
},
"homepage": "https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-devour-devs#readme",
"devDependencies": {
"cypress": "^14.2.0",
"dotenv": "^16.4.7",
"mongodb-memory-server": "^10.1.4",
"mongoose": "^8.12.2"
}
}