generated from spknetwork/js-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
136 lines (136 loc) · 4.66 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@vaultec/vsc-node",
"version": "0.1.8",
"description": "",
"main": "dist/index.js",
"dependencies": {
"@assemblyscript/loader": "^0.27.15",
"@chainsafe/bls": "^7.1.2",
"@chainsafe/blst": "^0.2.9",
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@didtools/cacao": "^3.0.1",
"@didtools/multidid": "^0.0.1",
"@didtools/pkh-ethereum": "^0.5.0",
"@hiveio/dhive": "^1.2.2",
"@hiveio/hive-js": "^2.0.5",
"@multiformats/murmur3": "^2.1.7",
"@nestjs/common": "^8.4.7",
"@nestjs/core": "^8.4.7",
"@nestjs/platform-express": "^8.4.7",
"@sentry/node": "^7.109.0",
"@sentry/profiling-node": "^7.109.0",
"@summa-tx/bitcoin-spv-js": "^4.0.2",
"@transmute/did-key-bls12381": "^0.3.0-unstable.10",
"@types/node": "^20.12.2",
"@vsc.eco/client": "^0.0.5",
"@vsc.eco/sdk": "^0.1.4",
"ajv": "^6.12.6",
"assemblyscript": "^0.27.22",
"assemblyscript-json": "^1.1.0",
"asyncify-wasm": "^1.2.1",
"base-64": "^1.0.0",
"bech32": "^2.0.0",
"bip32": "^4.0.0",
"bip65": "^1.0.3",
"bip68": "^1.0.4",
"bitcoin-rpc-async": "^1.0.3",
"bitcoinjs-lib": "^6.1.3",
"bitset": "^5.1.1",
"bloom-filters": "^3.0.1",
"bls-eth-wasm": "^1.1.0",
"bs58check": "^3.0.1",
"bson": "^4.7.0",
"chai": "^5.1.1",
"cli-progress": "^3.11.2",
"concurrently": "^7.6.0",
"crypto-js": "^4.1.1",
"datastore-fs": "^7.0.0",
"deep-equal": "^2.2.2",
"did-session": "^3.1.0",
"dids": "^5.0.2",
"discord.js": "^14.11.0",
"dlv": "^1.1.3",
"dotenv": "^16.0.1",
"ecpair": "^2.1.0",
"eip55": "^2.1.1",
"embed-table": "^4.2.3",
"fast-json-patch": "^3.1.1",
"got": "^14.0.0",
"graphql": "^16.5.0",
"graphql-type-json": "^0.3.2",
"graphql-yoga": "^3.6.0",
"hamt-sharding": "^3.0.2",
"hive-tx": "^5.3.8",
"ipld-dag-cbor": "^1.0.1",
"ipld-hashmap": "^3.0.4",
"it-pushable": "^1.4.2",
"json-as": "^0.6.4",
"json-diff": "^1.0.6",
"k-bucket": "^5.1.0",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.4.0",
"kubo-rpc-client": "^3.0.1",
"merkletreejs": "^0.3.11",
"moment": "^2.30.1",
"mongodb": "^4.7.0",
"mongodb-memory-server": "^10.0.0",
"mongoose": "^7.0.3",
"multiformats": "^12.0.1",
"node-schedule": "^2.1.0",
"p-queue": "^7.2.0",
"peer-id": "^0.16.0",
"pkh-did-resolver": "^2.0.0",
"regtest-client": "^0.2.1",
"shuffle-seed": "^1.1.6",
"sift": "^17.0.1",
"tiny-secp256k1": "^2.2.3",
"uuid": "^8.3.2",
"varuint-bitcoin": "^1.1.2",
"warp-wasm-metering": "^1.0.1",
"wasm-metering": "^0.2.1",
"web3": "^4.10.0",
"winston": "^3.8.2",
"xor-distance": "^2.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@swc/core": "^1.5.7",
"@swc/jest": "^0.2.36",
"@types/chai": "^4.3.16",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^29.7.0",
"live-tsc": "^1.6.2",
"nodemon": "^2.0.20",
"prettier": "^2.4.1",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^1.1.8",
"typescript": "^5.1.6"
},
"scripts": {
"build": "tsc",
"build:clear": "rimraf & tsc",
"contracts:deploy": "node --experimental-specifier-resolution=node --max-old-space-size=3072 --loader ts-node/esm src/transactions/scriptDeployContract.ts",
"contracts:compile": "cd contracts && live-tsc --src . --dest ./ -p ../live-tsc.json",
"start": "node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot dist/index.js",
"start:benchmark": "nodemon --exec \"node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot --loader ts-node/esm\" src/benchmarkVm.ts",
"dev": "nodemon --exec \"node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot --loader ts-node/esm\" src/index.ts",
"lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"test:report": "sensible-browser ./coverage/lcov-report/index.html",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"ts-node": "node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot --loader ts-node/esm",
"service-test": "node --experimental-specifier-resolution=node --loader ts-node/esm src/tests/index.ts"
},
"author": "",
"license": "ISC",
"type": "module"
}