generated from vsc-eco/contract-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
53
54
55
56
57
{
"dependencies": {
"@assemblyscript/loader": "^0.27.22",
"@hiveio/dhive": "^1.2.8",
"@vsc.eco/contract-testing-utils": "^0.1.2",
"@vsc.eco/sdk": "^0.1.4",
"as-bigint": "^0.5.3",
"assemblyscript": "^0.27.27",
"assemblyscript-json": "^1.1.0",
"asyncify-wasm": "^1.2.1",
"cli-progress": "^3.12.0",
"crypto-js": "^4.2.0",
"deep-equal": "^2.2.3",
"dotenv": "^16.4.5",
"kubo-rpc-client": "^3.0.4",
"moment": "^2.29.4",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"type": "module",
"scripts": {
"deploy": "yarn ts-node scripts/deploy.ts",
"asbuild:debug": "asc assembly/unitTestExports.ts --target debug",
"asbuild:debug-live": "nodemon",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"test:debug": "vite",
"ts-node": "node --loader ts-node/esm"
},
"devDependencies": {
"@chainsafe/bls": "^7.1.3",
"@chainsafe/blst": "^0.2.10",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
"@types/chai": "^4.3.14",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"assemblyscript": "^0.27.22",
"bitcoinjs-lib": "^6.1.5",
"bitset": "^5.1.1",
"chai": "^5.1.0",
"chai-jest-snapshot": "^2.0.0",
"cross-fetch": "^4.0.0",
"dag-jose-utils": "^4.0.0",
"did-resolver": "^4.1.0",
"dids": "^5.0.2",
"glob": "^10.3.10",
"go-ipfs": "0.18.1",
"jest": "^29.7.0",
"mktemp": "^1.0.1",
"mocha": "^10.3.0",
"ts-jest": "^29.1.2",
"vite": "^5.2.6"
}
}