-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
29 lines (29 loc) · 1021 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": "cord-demo-scripts",
"version": "0.0.3",
"repository": "https://github.com/dhiway/cord-demo-scripts",
"scripts": {
"demo": "tsx --no-cache src/demo.ts",
"demo-vc": "tsx --no-cache src/demo-vc.ts",
"demo-meta": "tsx --no-cache src/demo-meta.ts",
"demo-messaging": "tsx --no-cache src/demo-messaging.ts",
"start": "tsc src/start.ts",
"demo-sparknet": "tsx --no-cache src/demo-sparknet.ts",
"create-custom-schema": "tsx --no-cache src/create-custom-schema",
"bench": "tsx demo/src/bench.ts",
"stream-bench": "tsx --no-cache src/stream-bench",
"demo-score": "tsx --no-cache src/demo-score.ts",
"demo-statement": "tsx --no-cache src/func-test.ts",
"demo-statement1": "tsx --no-cache src/func-test_v9400.ts",
"demo-asset": "tsx --no-cache src/demo-asset.ts"
},
"dependencies": {
"@cord.network/sdk": "0.9.3-4",
"dotenv": "^16.4.5"
},
"devDependencies": {
"moment": "^2.30.1",
"tsx": "^4.19.1"
},
"packageManager": "[email protected]"
}