-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 965 Bytes
/
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
{
"name": "dami",
"version": "1.0.0",
"description": "代替次元システム",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brief69/DAMI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brief69/DAMI/issues"
},
"homepage": "https://github.com/brief69/DAMI#readme",
"dependencies": {
"@types/node": "^22.10.7",
"ipfs-http-client": "^60.0.1",
"typescript": "^5.7.3",
"libp2p": "^1.0.0",
"@libp2p/kad-dht": "^12.0.0",
"@chainsafe/libp2p-gossipsub": "^12.0.0",
"@libp2p/tcp": "^9.0.0",
"@libp2p/websockets": "^8.0.0",
"@libp2p/bootstrap": "^10.0.0",
"@chainsafe/libp2p-noise": "^14.0.0",
"@libp2p/mplex": "^10.0.0",
"@libp2p/interface": "^1.0.0",
"uint8arrays": "^5.0.1"
}
}