-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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
{
"name": "@vsc.eco/client",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"devDependencies": {
"@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",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"ts-node-dev": "^1.1.8",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc",
"dev": "ts-node-dev src/index.ts",
"ts-node": "node --experimental-specifier-resolution=node --max-old-space-size=3072 --no-node-snapshot --loader ts-node/esm",
"lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@hiveio/dhive": "^1.2.8",
"@ipld/dag-cbor": "^9.2.1",
"ajv": "^6.12.6",
"axios": "^1.7.2",
"bip65": "^1.0.3",
"bitcoinjs-lib": "^6.1.5",
"dids": "^5.0.2",
"dotenv": "^16.4.1",
"ecpair": "^2.1.0",
"graphql": "^16.8.1",
"key-did-provider-ed25519": "^4.0.2",
"key-did-provider-secp256k1": "^1.0.1",
"key-did-resolver": "^4.0.0",
"keychain-sdk": "^0.6.1",
"moment": "^2.30.1",
"multiformats": "^13.1.3",
"p-queue": "^8.0.1",
"regtest-client": "^0.2.1",
"tiny-secp256k1": "^2.2.3",
"web3": "^4.10.0"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/vsc-eco/client.git"
}
}