forked from Trac-Systems/tap-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.43 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
{
"name": "@trac-network/tap-reader",
"author": "Trac Systems",
"version": "0.13.43-beta",
"description": "decentralized trac core module",
"main": "src/main.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/main.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trac-Systems/tap-reader.git"
},
"keywords": [
"holepunch",
"hypercore",
"tap",
"ordinals",
"indexer"
],
"jest": {
"transform": {}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Trac-Systems/tap-reader/issues"
},
"homepage": "https://github.com/Trac-Systems/tap-reader#readme",
"dependencies": {
"@cmdcode/crypto-utils": "^2.2.12",
"@cmdcode/tapscript": "1.4.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^2.1.0",
"@noble/secp256k1": "^2.0.0",
"config": "^3.3.10",
"corestore": "6.16.2",
"crypto": "^1.0.1",
"crypto-utils": "^0.1.3",
"fastify": "^4.25.2",
"figlet": "^1.7.0",
"graceful-fs": "^4.2.11",
"graceful-goodbye": "^1.2.1",
"hyperbee": "2.15.0",
"hypercore": "10.32.8",
"hyperdht": "^6.11.6",
"hyperdrive": "11.6.3",
"hyperswarm": "4.7.14",
"localdrive": "1.11.4",
"socket.io": "^4.7.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"eslint": "^8.56.0",
"jest": "^29.7.0"
},
"directories": {
"test": "test"
}
}