forked from cybermax4200/stellar-did-credit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 664 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@stellar-did-credit/issuer-example",
"version": "0.1.0",
"description": "Minimal example showing how to hash and anchor a Verifiable Credential using the stellar-did-credit protocol",
"private": true,
"scripts": {
"issue": "ts-node src/issue.ts",
"build": "tsc"
},
"dependencies": {
"@stellar-did-credit/sdk": "workspace:*",
"@stellar/stellar-sdk": "^12.0.0",
"canonicalize": "^2.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.0.0",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
}
}