2022-06-27 17:53:00 +00:00
|
|
|
{
|
|
|
|
"name": "@lumeweb/relay",
|
2022-07-24 03:16:34 +00:00
|
|
|
"type": "commonjs",
|
2022-06-27 17:53:00 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "build/index.js",
|
2022-08-27 01:58:42 +00:00
|
|
|
"types": "src/types.ts",
|
2022-07-04 21:22:48 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Derrick Hammer",
|
|
|
|
"email": "contact@lumeweb.com"
|
|
|
|
},
|
2022-07-25 02:36:49 +00:00
|
|
|
"scripts": {
|
2022-12-15 17:04:13 +00:00
|
|
|
"compile": "yarn tsc",
|
2022-07-25 06:49:14 +00:00
|
|
|
"prebuild": "bash prebuild.sh",
|
2022-12-15 17:04:13 +00:00
|
|
|
"package": "yarn pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip",
|
|
|
|
"package-debug": "yarn pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public",
|
|
|
|
"build": "yarn run compile && npm run prebuild && npm run package",
|
|
|
|
"barebuild": "yarn run compile && npm run package"
|
2022-07-25 02:36:49 +00:00
|
|
|
},
|
2022-06-27 17:53:00 +00:00
|
|
|
"dependencies": {
|
2022-12-19 13:09:25 +00:00
|
|
|
"@fastify/websocket": "^7.1.1",
|
2022-06-27 17:53:00 +00:00
|
|
|
"@hyperswarm/dht": "^6.0.1",
|
|
|
|
"@hyperswarm/dht-relay": "^0.3.0",
|
2022-12-06 21:41:18 +00:00
|
|
|
"@lumeweb/cfg": "https://git.lumeweb.com/LumeWeb/cfg.git",
|
2022-11-26 07:59:07 +00:00
|
|
|
"@lumeweb/dht-cache": "https://git.lumeweb.com/LumeWeb/dht-cache.git",
|
2022-12-18 18:32:59 +00:00
|
|
|
"@scure/bip39": "^1.1.0",
|
2022-07-19 22:24:53 +00:00
|
|
|
"@types/acme-client": "^3.3.0",
|
2022-06-27 17:53:00 +00:00
|
|
|
"@types/node": "^18.0.0",
|
2022-07-04 21:22:48 +00:00
|
|
|
"@types/node-cron": "^3.0.2",
|
2022-06-27 17:53:00 +00:00
|
|
|
"@types/ws": "^8.5.3",
|
2022-08-27 01:52:19 +00:00
|
|
|
"ajv": "^8.11.0",
|
2022-06-27 17:53:00 +00:00
|
|
|
"async-mutex": "^0.3.2",
|
2022-11-26 07:59:07 +00:00
|
|
|
"b4a": "^1.6.1",
|
|
|
|
"compact-encoding": "^2.11.0",
|
2022-07-19 22:24:53 +00:00
|
|
|
"date-fns": "^2.28.0",
|
2022-07-04 23:17:58 +00:00
|
|
|
"dotenv": "^16.0.1",
|
|
|
|
"ethers": "^5.6.9",
|
2022-12-18 16:09:29 +00:00
|
|
|
"eventemitter2": "^6.4.9",
|
2022-12-18 18:32:59 +00:00
|
|
|
"fastify": "^4.10.2",
|
2022-09-21 11:15:09 +00:00
|
|
|
"fetch-blob": "https://github.com/LumeWeb/fetch-blob.git",
|
2022-11-26 07:59:07 +00:00
|
|
|
"hyperswarm": "^3.0.4",
|
2022-06-27 17:53:00 +00:00
|
|
|
"json-stable-stringify": "^1.0.1",
|
2022-12-04 06:28:51 +00:00
|
|
|
"json-stringify-deterministic": "^1.0.7",
|
2022-07-25 06:54:51 +00:00
|
|
|
"loady": "https://github.com/LumeWeb/loady.git",
|
2022-12-07 06:57:21 +00:00
|
|
|
"loglevel": "^1.8.1",
|
2022-12-18 18:32:59 +00:00
|
|
|
"micro-ed25519-hdkey": "^0.1.2",
|
2022-06-27 17:53:00 +00:00
|
|
|
"msgpackr": "^1.6.1",
|
|
|
|
"node-cache": "^5.1.2",
|
2022-07-04 21:22:48 +00:00
|
|
|
"node-cron": "^3.0.1",
|
2022-09-21 11:15:09 +00:00
|
|
|
"node-fetch": "2",
|
2022-12-15 12:03:14 +00:00
|
|
|
"p-timeout": "https://git.lumeweb.com/LumeWeb/p-timeout.git",
|
2022-12-19 13:19:43 +00:00
|
|
|
"pino": "^8.8.0",
|
|
|
|
"pino-pretty": "^9.1.1",
|
2022-08-22 16:22:54 +00:00
|
|
|
"promise-retry": "^2.0.1",
|
2022-11-26 07:59:07 +00:00
|
|
|
"protomux": "^3.4.0",
|
|
|
|
"protomux-rpc": "^1.3.0",
|
2022-07-04 21:22:48 +00:00
|
|
|
"random-access-memory": "^4.1.0",
|
2022-07-05 00:30:10 +00:00
|
|
|
"random-key": "^0.3.2",
|
2022-11-26 07:59:07 +00:00
|
|
|
"slugify": "^1.6.5",
|
|
|
|
"sodium-universal": "^3.1.0"
|
2022-06-27 17:53:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-26 07:59:07 +00:00
|
|
|
"@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git",
|
|
|
|
"@types/b4a": "^1.6.0",
|
2022-07-04 23:17:58 +00:00
|
|
|
"@types/minimatch": "^3.0.5",
|
2022-09-21 11:15:09 +00:00
|
|
|
"@types/node-fetch": "^2.6.2",
|
2022-12-06 20:57:11 +00:00
|
|
|
"cli-progress": "^3.11.2",
|
2022-06-27 17:53:00 +00:00
|
|
|
"hyper-typings": "^1.0.0",
|
2022-09-21 15:20:56 +00:00
|
|
|
"node-gyp": "^9.1.0",
|
2022-07-25 02:36:49 +00:00
|
|
|
"pkg": "^5.8.0",
|
2022-09-21 11:15:09 +00:00
|
|
|
"prebuildify": "^5.0.1",
|
2022-07-24 03:16:34 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-07-25 02:36:49 +00:00
|
|
|
"rollup": "^2.77.0",
|
2022-09-21 11:15:09 +00:00
|
|
|
"supports-color": "https://github.com/LumeWeb/supports-color.git",
|
2022-12-15 17:04:13 +00:00
|
|
|
"typescript": "^4.9.4"
|
|
|
|
},
|
2022-12-16 14:36:06 +00:00
|
|
|
"packageManager": "yarn@4.0.0-rc.33"
|
2022-06-27 17:53:00 +00:00
|
|
|
}
|