-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.24 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.24 KB
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
{
"type": "module",
"name": "@btc-vision/opnet-node",
"version": "1.0.3",
"description": "Bitcoin Smart Contracts Node",
"main": "build/index.js",
"scripts": {
"watch": "gulp watch",
"start": "cd build && node --optimize_for_size index",
"build": "gulp",
"compile": "tsgo -p tsconfig.json",
"typecheck": "tsgo -p tsconfig.json --noEmit",
"test": "vitest",
"setup": "npm i && npm run build"
},
"engines": {
"node": ">=24.0.0 <26.0.0"
},
"homepage": "https://opnet.org",
"keywords": [
"opnet",
"opnet node",
"opnet indexer",
"bitcoin",
"btc",
"bitcoin-rpc",
"bitcoin transaction",
"transaction builder",
"transaction signer",
"bitcoin smart contracts"
],
"author": "OP_NET",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/btc-vision/opnet-node.git"
},
"overrides": {
"typescript-eslint": {
"typescript": "$typescript"
},
"jsonpath-plus": "^10.4.0"
},
"dependencies": {
"@asyncapi/generator": "^3.2.0",
"@asyncapi/html-template": "^3.5.6",
"@bitauth/libauth": "^3.0.0",
"@btc-vision/bip32": "^7.1.2",
"@btc-vision/bitcoin": "^7.0.0",
"@btc-vision/bitcoin-rpc": "^1.1.2",
"@btc-vision/bsi-common": "^1.2.1",
"@btc-vision/ecpair": "^4.0.5",
"@btc-vision/hyper-express": "^6.17.4",
"@btc-vision/logger": "^1.0.8",
"@btc-vision/op-vm": "^1.0.0",
"@btc-vision/plugin-sdk": "^1.0.1",
"@btc-vision/post-quantum": "^0.5.3",
"@btc-vision/rust-merkle-tree": "^1.0.2",
"@btc-vision/transaction": "^1.8.6",
"@btc-vision/uwebsockets.js": "^20.57.0",
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-quic": "^2.0.1",
"@chainsafe/libp2p-yamux": "^8.0.1",
"@datastructures-js/priority-queue": "^6.3.5",
"@eslint/js": "^10.0.1",
"@libp2p/autonat-v2": "^2.0.14",
"@libp2p/bootstrap": "^12.0.15",
"@libp2p/crypto": "^5.1.14",
"@libp2p/identify": "^4.0.14",
"@libp2p/interface": "^3.1.1",
"@libp2p/interface-transport": "^4.0.3",
"@libp2p/kad-dht": "^16.1.7",
"@libp2p/logger": "^6.2.3",
"@libp2p/mdns": "^12.0.15",
"@libp2p/peer-id": "^6.0.5",
"@libp2p/peer-store": "^12.0.14",
"@libp2p/ping": "^3.0.14",
"@libp2p/tcp": "^11.0.14",
"@libp2p/upnp-nat": "^4.0.14",
"@libp2p/websockets": "^10.1.7",
"@multiformats/multiaddr": "^13.0.1",
"@noble/curves": "^2.0.1",
"@noble/secp256k1": "^3.0.0",
"@typescript/native-preview": "^7.0.0-dev.20260423.1",
"asyncapi-validator": "^5.1.1",
"bignumber.js": "^11.0.0",
"bip174": "^3.0.0",
"bip39": "^3.1.0",
"bson": "^7.2.0",
"bytenode": "^1.5.7",
"chalk": "^5.6.2",
"cors": "^2.8.6",
"datastore-level": "^12.0.2",
"eslint-plugin-openapi": "^0.0.4",
"express": "^5.2.1",
"figlet": "^1.11.0",
"interface-datastore": "^9.0.2",
"it-length-prefixed-stream": "^2.0.4",
"libp2p": "^3.1.7",
"long": "^5.3.2",
"lru-cache": "^11.2.7",
"mongodb": "^7.1.1",
"multiformats": "^13.4.2",
"openapi-comment-parser": "^1.0.0",
"protobufjs": "^8.0.0",
"sodium-native": "^5.1.0",
"ssh2": "^1.17.0",
"swagger-ui-express": "^5.0.1",
"tiny-secp256k1": "^2.2.4",
"toml": "^4.1.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.58.0",
"uint8arraylist": "^2.4.8"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"@types/sodium-native": "^2.3.9",
"@types/ssh2": "^1.15.5",
"@types/swagger-ui-express": "^4.1.8",
"@vitest/coverage-v8": "^4.1.2",
"eslint": "^10.1.0",
"gulp": "^5.0.1",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.4.0",
"gulp-eslint-new": "^2.6.2",
"prettier": "^3.8.1",
"vitest": "^4.1.2"
}
}