forked from 2060-io/credo-ts-didweb-anoncreds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (52 loc) · 1.49 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": "credo-ts-didweb-anoncreds",
"version": "0.0.1",
"description": "did:web AnonCreds registry for Credo",
"author": "2060.io",
"homepage": "https://github.com/Entidad/credo-ts-didweb-anoncreds",
"license": "ISC",
"main": "build/index.js",
"types": "build/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Entidad/credo-ts-survey",
"directory": "packages/credo-ts-survey"
},
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf ./build",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "jest"
},
"dependencies": {
"@credo-ts/core": "0.5.10",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"node-fetch": "^2.6.1",
"rxjs": "^7.2.0",
"webcrypto-core": "^1.8.0",
"canonicalize": "^1.0.8",
"query-string": "7.1.3"
},
"devDependencies": {
"@credo-ts/core": "0.5.10",
"@credo-ts/anoncreds": "0.5.10",
"@credo-ts/askar": "0.5.10",
"@credo-ts/node": "0.5.10",
"@hyperledger/anoncreds-shared": "^0.2.2",
"@hyperledger/anoncreds-react-native": "^0.2.2",
"@hyperledger/aries-askar-nodejs": "^0.2.3",
"@hyperledger/aries-askar-react-native": "^0.2.3",
"@babel/traverse": "^7.23.2",
"@types/jest": "^29.5.0",
"@types/node-fetch": "2.6.2",
"jest": "^29.5.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
}
}