-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-jest": "^27.3.1",
"cypress": "^9.1.0",
"cypress-xpath": "^1.6.2",
"jest": "^27.3.1",
"jest-puppeteer": "^6.0.0",
"jsdoc": "^3.6.7",
"minami": "^1.2.3"
},
"scripts": {
"start": "navigate.js",
"test": "jest",
"doc": "jsdoc -c jsdoc.json"
},
"jest": {
"preset": "jest-puppeteer",
"verbose": true
},
"engines": {
"node": "14.18.1",
"npm": "6.14.15"
},
"name": "cse110-fa21-group13",
"description": "Team Page: https://github.com/cse110-fa21-group13/cse110-fa21-group13/blob/main/admin/team.md",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cse110-fa21-group13/cse110-fa21-group13.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cse110-fa21-group13/cse110-fa21-group13/issues"
},
"homepage": "https://github.com/cse110-fa21-group13/cse110-fa21-group13#readme"
}