This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 2 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "provendb-cs-test",
"version": "1.0.0",
"description": "",
"dependencies": {
"chainpoint-binary": "^4.0.1",
"chainpoint-client": "^0.2.1",
"chainpoint-parse": "^3.1.1",
"chainpoint-validate": "*",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"eslint-scope": "^7.1.0",
"jest-cucumber": "^1.0.11",
"jest-html": "^1.5.0",
"jest-html-reporter": "^3.4.2",
"jest-junit": "^13.0.0",
"mongodb": "^4.3",
"promisify": "^0.0.3"
},
"scripts": {
"test": "MODE=local jest --runInBand --forceExit --detectOpenHandles",
"test-ci": "MODE=ci jest --runInBand --forceExit --detectOpenHandles",
"test-ci:old": "MODE=ci jest --config=oldTests.jest.config.js --runInBand --forceExit --detectOpenHandles",
"testGps": "yarn run test:G1 && yarn run test:G2",
"testGps-ci": "yarn run test:G1-ci && yarn run test:G2-ci",
"test:G1": "MODE=local jest --config=G1.jest.config.js --runInBand --forceExit --detectOpenHandles",
"test:G2": "MODE=local jest --config=G2.jest.config.js --runInBand --forceExit --detectOpenHandles",
"test:G1-ci": "MODE=ci jest --config=G1.jest.config.js --runInBand --forceExit --detectOpenHandles",
"test:G2-ci": "MODE=ci jest --config=G2.jest.config.js --runInBand --forceExit --detectOpenHandles",
"test:old": "MODE=local jest --config=oldTests.jest.config.js --runInBand --forceExit --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gharriso/provendb-cs-test.git"
},
"author": "[email protected]",
"license": "AGPL-3.0",
"devDependencies": {
"babel-eslint": "*",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-standard": "^2.1.1",
"jest": "^23.6.0",
"skip-if": "^1.1.1"
}
}