-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 851 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
{
"name": "hs-ssi-sdk",
"version": "5.0.1",
"description": "sdk is an implementation of proposed DID by W3C",
"main": "dist/index.js",
"scripts": {
"test": "npm run build && node test/test.js",
"start": "node dist/index.js",
"build": "rimraf dist && tsc -p .",
"prepublish": "npm run build"
},
"author": "Vishwas Anand Bhushan",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"blakejs": "^1.1.0",
"crypto-ld": "^3.8.0",
"did-veres-one": "^12.1.1",
"jsonld": "^3.1.1",
"jsonld-signatures": "^5.1.0",
"node-fetch": "^2.6.1",
"uuid": "^8.3.0",
"vc-js": "https://github.com/hypersign-protocol/vc-js.git"
},
"devDependencies": {
"@types/node": "^14.11.2",
"rimraf": "^3.0.2"
}
}