-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 973 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
{
"name": "@decentralized-identity/ion-integration-test",
"version": "0.0.12",
"description": "Integration test script for testing sidetree microservices",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "npm run build && node dist/src/Run.js",
"build": "tsc && copyfiles \"config/**/*.json\" dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decentralized-identity/sidetree-integration-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/decentralized-identity/sidetree-integration-test/issues"
},
"homepage": "https://github.com/decentralized-identity/sidetree-integration-test#readme",
"devDependencies": {
"@types/node": "^14.14.19",
"@types/node-fetch": "^2.5.7",
"copyfiles": "^2.4.1",
"typescript": "^4.1.3"
},
"dependencies": {
"@decentralized-identity/ion-sdk": "^0.4.1",
"node-fetch": "^2.6.1"
}
}