forked from aldefouw/redcap_cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.36 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
37
{
"name": "redcap_cypress",
"version": "13.1.37",
"description": "This repository is a template to assist you in writing **automated tests for REDCap**.",
"devDependencies": {
"cypress": "^13.14.1",
"rctf": "git://github.com/aldefouw/rctf#v1.0.95",
"redcap_rsvc": "git://github.com/aldefouw/redcap_rsvc#v13.1.37"
},
"optionalDependencies": {
"redcap_cypress_doc_theme": "git://github.com/aldefouw/redcap_cypress_doc_theme#bf84bfa"
},
"peerDependencies": {
"cypress": "^13.13.0"
},
"overrides": {
"glob": "^9.3.5",
"reflect-metadata": "0.2.2"
},
"scripts": {
"redcap_rsvc:install": "npm install && mv node_modules/redcap_rsvc ./redcap_rsvc",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:build": "npm install git://github.com/documentationjs/documentation#97e9361 --no-save && ./node_modules/.bin/documentation build ./node_modules/rctf/step_definitions/* ./node_modules/rctf/step_definitions/support/* -f html --theme node_modules/redcap_cypress_doc_theme/index.js -o docs"
},
"cypress-cucumber-preprocessor": {
"step_definitions": "cypress/support/step_definitions/"
},
"repository": {
"type": "git",
"url": "https://github.com/aldefouw/redcap_cypress.git"
},
"author": "Adam De Fouw",
"license": "MIT",
"dependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.1.0"
}
}