-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.27 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.27 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
{
"name": "dd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node tests/api-test-suite.js",
"test:local": "node -e \"const TestSuite = require('./tests/api-test-suite.js'); const testSuite = new TestSuite('http://localhost:3010'); testSuite.runAllTests().catch(console.error);\"",
"test:collaboration": "node test-collaboration-api.js",
"start": "node index.js",
"start:collaboration": "node collaboration-server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@hiveio/hive-js": "^2.0.8",
"@hocuspocus/extension-database": "^3.1.3",
"@hocuspocus/extension-logger": "^3.1.3",
"@hocuspocus/server": "^3.1.3",
"@solana/web3.js": "^1.87.6",
"axios": "^1.9.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.7.2",
"express": "^4.17.1",
"hive-tx": "^4.3.0",
"hocuspocus-extension-postgres": "^0.1.1",
"joi": "^17.13.3",
"lib0": "^0.2.109",
"monero-javascript": "^0.8.4",
"monero-ts": "^0.9.2",
"node-fetch": "^2.6.1",
"pg": "^8.6.0",
"sharp": "0.30.7",
"tiny-secp256k1": "^2.2.3",
"ws": "^8.18.2",
"y-protocols": "^1.0.6",
"yjs": "^13.6.27"
}
}