-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 948 Bytes
/
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": "vcxagency-tester",
"author": "ABSA Group Limited",
"version": "1.0.0",
"licenses": [{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"main": "src/index.js",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test:integration": "jest --runInBand ./test/integration"
},
"devDependencies": {
"@types/node-persist": "0.0.33",
"@types/jest": "^25.2.2",
"jest": "^26.0.1",
"jest-cli": "^26.0.1",
"readline-sync": "^1.4.10",
"standard": "^12.0.1",
"rimraf": "^2.6.3",
"sleep-promise": "^8.0.1",
"mkdirp": "^0.5.1",
"node-vcx-wrapper": "file:../node-vcx-wrapper",
"easy-indysdk": "file:../easy-indysdk",
"ffi": "^2.3.0",
"uuid": "^3.3.2",
"winston": "^3.2.1"
},
"dependencies": {
"@types/node": "^8.0.47",
"@types/ref": "0.0.28",
"@types/ref-struct": "0.0.28",
"axios": "^0.19.2"
}
}