-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 892 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
{
"name": "@amagyar-iohk/didcomm-test",
"version": "1.0.3",
"description": "",
"main": "index.ts",
"files": [
"dist/suite.spec.js"
],
"scripts": {
"build": "tsx generate-suite",
"test": "npx tsx --test --test-reporter spec --test-reporter junit --test-reporter-destination=stdout --test-reporter-destination=junit.xml ./test/*.ts",
"test:dist": "node dist/suite.spec.js"
},
"author": "Allain Magyar",
"repository": {
"url": "https://github.com/amagyar-iohk/didcomm-test"
},
"license": "ISC",
"devDependencies": {
"@hyperledger/identus-edge-agent-sdk": "file:hyperledger-identus-edge-agent-sdk-3.1.0.tgz",
"@types/chai": "^5.0.0",
"@types/node": "^22.7.6",
"chai": "^5.1.1",
"esbuild": "^0.24.0",
"fastify": "^5.0.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
}
}