-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "lludss-interface-tests",
"version": "1.0.0",
"description": "Integration tests for lludss-interface project",
"author": "",
"license": "BSD-3-Clause",
"homepage": "https://github.ugent.be/ugent-library/lludss-interface-tests",
"repository": {
"type": "git",
"url": "git+https://github.ugent.be/ugent-library/lludss-interface-tests.git"
},
"bugs": {
"url": "https://github.ugent.be/ugent-library/lludss-interface-tests/issues"
},
"scripts": {
"test": "cypress run",
"test-local": "cypress open --detached --config baseUrl=http://localhost:3000,chromeWebSecurity=false",
"precommit": "node node_modules/js-precommit-hook"
},
"precommit": {
"silent": true,
"run": "precommit"
},
"dependencies": {
"chai-sorted": "^0.2.0",
"cypress": "^13.15.0",
"cypress-common": "ugent-library/cypress-common",
"fast-xml-parser": "^4.4.1"
},
"devDependencies": {
"js-precommit-hook": "ugent-library/js-precommit-hook"
},
"resolutions": {
"cross-spawn": "^7.0.5"
}
}