-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 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
{
"name": "unocepi",
"version": "1.0.0",
"description": "UNO CEPI\r #UNO Community Engagement Partnership Initiative",
"main": "../cypress.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/uno-isqa-8950/uno-cpi.git"
},
"author": "UNO-MIS-CapstoneStudent",
"license": "ISC",
"bugs": {
"url": "https://github.com/uno-isqa-8950/uno-cpi/issues"
},
"homepage": "https://github.com/uno-isqa-8950/uno-cpi#readme",
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^8.35.0"
},
"devDependencies": {
"cypress": "^13.6.6",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unused-imports": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cy:open": "cypress open --config-file cypress.config.js",
"cy:run": "cypress run --headless --spec \"${CYPRESS_SPEC}\"",
"lint": "eslint \"**/**/*.cy.js\"",
"lint --fix": "eslint --fix cypress/e2e/"
}
}