-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 876 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
{
"name": "ts-cypherstack",
"version": "1.0.0",
"description": "cypherpost meets stackmate to facilitate multi-party contracts",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist/index.js"
},
"keywords": [
"stackmate",
"matrix",
"demo"
],
"author": "i5hi",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "^1.5.3",
"@types/bip32": "^2.0.0",
"@types/chai": "^4.3.0",
"@types/crypto-js": "^4.1.1",
"@types/lodash": "^4.14.178",
"@types/lowdb": "^1.0.11",
"@types/mocha": "^9.1.0",
"axios": "^0.26.0",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"chai": "^4.3.6",
"ffi-cross": "^5.0.10",
"ffi-napi": "^4.0.3",
"hdkey": "^2.0.1",
"lodash": "^4.17.21",
"mocha": "^9.2.0",
"ts-node": "^10.5.0"
}
}