mirror of
https://github.com/obsidian-desci/Obsidian-Desci.git
synced 2026-07-22 08:50:32 +00:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon --exec babel-node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.22.15",
|
|
"@babel/core": "^7.22.20",
|
|
"@babel/node": "^7.22.19",
|
|
"@babel/preset-env": "^7.22.20",
|
|
"nodemon": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^13.0.1",
|
|
"@chainsafe/libp2p-yamux": "^5.0.0",
|
|
"@fastify/cors": "^8.4.0",
|
|
"@helia/dag-cbor": "^1.0.2",
|
|
"@helia/dag-json": "^1.0.2",
|
|
"@helia/unixfs": "^1.4.2",
|
|
"@libp2p/delegated-content-routing": "^4.0.9",
|
|
"@libp2p/delegated-peer-routing": "^4.0.12",
|
|
"@libp2p/mplex": "^9.0.6",
|
|
"@libp2p/tcp": "^8.0.7",
|
|
"@libp2p/webrtc": "^3.1.11",
|
|
"@libp2p/websockets": "^7.0.7",
|
|
"@libp2p/webtransport": "^3.0.11",
|
|
"blockstore-core": "^4.3.4",
|
|
"datastore-core": "^9.2.3",
|
|
"fastify": "^4.23.2",
|
|
"helia": "^2.0.2",
|
|
"js-sha3": "^0.9.2",
|
|
"kubo-rpc-client": "^3.0.1",
|
|
"libp2p": "^0.46.11",
|
|
"multiformats": "^12.1.1"
|
|
}
|
|
}
|