forked from animo/hyperledger-afj-040-release-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "hyperledger-afj-040-release-workshop",
"version": "1.0.0",
"main": "build/index.js",
"repository": "[email protected]:animo/hyperledger-afj-040-release-workshop.git",
"author": "Animo Solutions <[email protected]>",
"scripts": {
"start": "ts-node src/index.ts"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/indy-sdk": "1.16.26",
"@types/node": "20.3.3",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"dependencies": {
"@aries-framework/anoncreds": "0.4.0",
"@aries-framework/anoncreds-rs": "0.4.0",
"@aries-framework/askar": "0.4.0",
"@aries-framework/core": "0.4.0",
"@aries-framework/indy-sdk": "0.4.0",
"@aries-framework/indy-sdk-to-askar-migration": "0.4.0",
"@aries-framework/indy-vdr": "0.4.0",
"@aries-framework/node": "0.4.0",
"@aries-framework/openid4vc-client": "0.4.0",
"@hyperledger/anoncreds-nodejs": "0.1.0",
"@hyperledger/aries-askar-nodejs": "0.1.0",
"@hyperledger/indy-vdr-nodejs": "0.1.0",
"indy-sdk": "1.16.0-dev-1655"
},
"resolutions": {
"ref-napi": "npm:@2060.io/ref-napi"
}
}