forked from MarvinJanssen/stx-signed-structured-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 872 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": "stx-signed-structured-data",
"version": "1.0.0",
"description": "A 'SIP018: Signed Structured Data' reference implementation and example contract.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"sign-test-ascii": "ts-node ./scripts/sign-test-ascii.ts",
"sign-money-order": "ts-node ./scripts/sign-money-order.ts",
"test": "clarinet test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarvinJanssen/stx-signed-structured-data.git"
},
"keywords": [],
"author": "Marvin Janssen",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarvinJanssen/stx-signed-structured-data/issues"
},
"homepage": "https://github.com/MarvinJanssen/stx-signed-structured-data#readme",
"devDependencies": {
"@stacks/transactions": "^3.1.0",
"ts-node": "^10.4.0"
}
}