relay/package.json

68 lines
2.2 KiB
JSON
Raw Normal View History

2022-06-27 17:53:00 +00:00
{
"name": "@lumeweb/relay",
"type": "commonjs",
2022-06-27 17:53:00 +00:00
"version": "0.1.0",
"description": "",
"main": "build/index.js",
"author": {
"name": "Derrick Hammer",
"email": "contact@lumeweb.com"
},
"scripts": {
2023-04-19 09:33:42 +00:00
"compile": "pnpm tsc",
2022-07-25 06:49:14 +00:00
"prebuild": "bash prebuild.sh",
2023-04-19 09:33:42 +00:00
"package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
"build": "pnpm compile && pnpm prebuild && pnpm package"
},
2022-06-27 17:53:00 +00:00
"dependencies": {
2023-04-19 09:23:16 +00:00
"@fastify/websocket": "^7.2.0",
"@hyperswarm/dht-relay": "^0.4.0",
2023-04-19 09:01:00 +00:00
"@lumeweb/cfg": "git+https://git.lumeweb.com/LumeWeb/cfg.git",
"@lumeweb/interface-relay": "git+https://git.lumeweb.com/LumeWeb/interface-relay",
2023-04-19 09:23:16 +00:00
"@scure/bip39": "^1.2.0",
"@types/node": "^18.15.11",
"@types/ws": "^8.5.4",
2022-06-27 17:53:00 +00:00
"async-mutex": "^0.3.2",
2023-04-19 09:23:16 +00:00
"b4a": "^1.6.3",
"compact-encoding": "^2.11.0",
2023-04-19 09:23:16 +00:00
"dotenv": "^16.0.3",
2023-04-19 09:10:26 +00:00
"ed25519-keygen": "^0.4.1",
2023-04-19 09:23:16 +00:00
"ethers": "^5.7.2",
"eventemitter2": "^6.4.9",
2023-04-19 09:23:16 +00:00
"fastify": "^4.15.0",
"fetch-blob": "github:LumeWeb/fetch-blob",
"hyperswarm": "^4.4.0",
"json-stable-stringify": "^1.0.2",
"json-stringify-deterministic": "^1.0.8",
"loady": "github:LumeWeb/loady",
"msgpackr": "^1.8.5",
2022-06-27 17:53:00 +00:00
"node-cache": "^5.1.2",
2023-04-19 09:23:16 +00:00
"node-cron": "^3.0.2",
"node-fetch": "^2.6.9",
2023-04-19 09:01:00 +00:00
"p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
2023-04-19 09:23:16 +00:00
"pino": "^8.11.0",
"pino-pretty": "^9.4.0",
"promise-retry": "^2.0.1",
2023-04-19 09:23:16 +00:00
"protomux": "^3.4.1",
"protomux-rpc": "^1.3.0",
"random-access-memory": "^4.1.0",
"random-key": "^0.3.2",
2023-04-19 09:23:16 +00:00
"slugify": "^1.6.6",
"sodium-universal": "^4.0.0"
2022-06-27 17:53:00 +00:00
},
"devDependencies": {
"@types/b4a": "^1.6.0",
2022-07-04 23:17:58 +00:00
"@types/minimatch": "^3.0.5",
2023-04-19 09:23:16 +00:00
"@types/node-fetch": "^2.6.3",
"cli-progress": "^3.12.0",
2022-06-27 17:53:00 +00:00
"hyper-typings": "^1.0.0",
2023-04-19 09:23:16 +00:00
"node-gyp": "^9.3.1",
"pkg": "^5.8.1",
"prebuildify": "^5.0.1",
2023-04-19 09:23:16 +00:00
"prettier": "^2.8.7",
"supports-color": "github:LumeWeb/supports-color",
"typescript": "^4.9.5"
2022-12-15 17:04:13 +00:00
},
2023-04-19 09:58:36 +00:00
"packageManager": "yarn@4.0.0-rc.33"
2022-06-27 17:53:00 +00:00
}