{ "name": "@lumeweb/relay", "type": "commonjs", "version": "0.1.0", "description": "", "main": "build/index.js", "types": "src/types.ts", "author": { "name": "Derrick Hammer", "email": "contact@lumeweb.com" }, "scripts": { "compile": "tsc", "prebuild": "bash prebuild.sh", "package": "pkg -c pkg.json build/index.js -t linux --public --no-native-build -C gzip", "package-debug": "pkg -c pkg.json build/index.js -b -t linux --no-bytecode --public", "build": "npm run compile && npm run prebuild && npm run package", "barebuild": "npm run compile && npm run package" }, "dependencies": { "@hyperswarm/dht": "^6.0.1", "@hyperswarm/dht-relay": "^0.3.0", "@lumeweb/cfg": "https://github.com/LumeWeb/bcfg.git", "@lumeweb/dht-cache": "https://git.lumeweb.com/LumeWeb/dht-cache.git", "@lumeweb/kernel-utils": "https://github.com/LumeWeb/kernel-utils.git", "@lumeweb/pokt-rpc-endpoints": "https://github.com/LumeWeb/pokt-rpc-endpoints.git", "@skynetlabs/skynet-nodejs": "^2.6.0", "@solana/web3.js": "^1.47.3", "@types/acme-client": "^3.3.0", "@types/node": "^18.0.0", "@types/node-cron": "^3.0.2", "@types/ws": "^8.5.3", "ajv": "^8.11.0", "async-mutex": "^0.3.2", "b4a": "^1.6.1", "compact-encoding": "^2.11.0", "date-fns": "^2.28.0", "dotenv": "^16.0.1", "ethers": "^5.6.9", "express": "^4.18.1", "fetch-blob": "https://github.com/LumeWeb/fetch-blob.git", "hyperswarm": "^3.0.4", "json-stable-stringify": "^1.0.1", "libskynet": "https://github.com/LumeWeb/libskynet.git", "libskynetnode": "https://github.com/LumeWeb/libskynetnode.git", "loady": "https://github.com/LumeWeb/loady.git", "loglevel": "^1.8.0", "msgpackr": "^1.6.1", "node-cache": "^5.1.2", "node-cron": "^3.0.1", "node-fetch": "2", "ordered-json": "^0.1.1", "promise-retry": "^2.0.1", "protomux": "^3.4.0", "protomux-rpc": "^1.3.0", "random-access-memory": "^4.1.0", "random-key": "^0.3.2", "slugify": "^1.6.5", "sodium-universal": "^3.1.0" }, "devDependencies": { "@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git", "@types/b4a": "^1.6.0", "@types/express": "^4.17.13", "@types/minimatch": "^3.0.5", "@types/node-fetch": "^2.6.2", "hyper-typings": "^1.0.0", "node-gyp": "^9.1.0", "pkg": "^5.8.0", "prebuildify": "^5.0.1", "prettier": "^2.7.1", "rollup": "^2.77.0", "supports-color": "https://github.com/LumeWeb/supports-color.git", "typescript": "^4.7.4" } }