chore: clean up package.json

This commit is contained in:
Derrick Hammer 2023-04-19 05:01:00 -04:00
parent 0736469296
commit 79f981d789
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
3 changed files with 6 additions and 4576 deletions

View File

@ -1 +0,0 @@
nodeLinker: node-modules

View File

@ -4,7 +4,6 @@
"version": "0.1.0",
"description": "",
"main": "build/index.js",
"types": "src/types.ts",
"author": {
"name": "Derrick Hammer",
"email": "contact@lumeweb.com"
@ -13,40 +12,33 @@
"compile": "yarn tsc",
"prebuild": "bash prebuild.sh",
"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"
"build": "yarn run compile && npm run prebuild && npm run package"
},
"dependencies": {
"@fastify/websocket": "^7.1.1",
"@hyperswarm/dht-relay": "^0.3.0",
"@lumeweb/cfg": "https://git.lumeweb.com/LumeWeb/cfg.git",
"@lumeweb/dht-cache": "https://git.lumeweb.com/LumeWeb/dht-cache.git",
"@lumeweb/cfg": "git+https://git.lumeweb.com/LumeWeb/cfg.git",
"@scure/bip39": "^1.1.0",
"@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",
"eventemitter2": "^6.4.9",
"fastify": "^4.10.2",
"fetch-blob": "https://github.com/LumeWeb/fetch-blob.git",
"fetch-blob": "git+https://github.com/LumeWeb/fetch-blob.git",
"hyperswarm": "^4.3.5",
"json-stable-stringify": "^1.0.1",
"json-stringify-deterministic": "^1.0.7",
"loady": "https://github.com/LumeWeb/loady.git",
"loady": "git+https://github.com/LumeWeb/loady.git",
"micro-ed25519-hdkey": "patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch",
"msgpackr": "^1.6.1",
"node-cache": "^5.1.2",
"node-cron": "^3.0.1",
"node-fetch": "2",
"p-timeout": "https://git.lumeweb.com/LumeWeb/p-timeout.git",
"p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1",
"promise-retry": "^2.0.1",
@ -58,7 +50,6 @@
"sodium-universal": "^3.1.0"
},
"devDependencies": {
"@lumeweb/relay-types": "https://git.lumeweb.com/LumeWeb/relay-types.git",
"@types/b4a": "^1.6.0",
"@types/minimatch": "^3.0.5",
"@types/node-fetch": "^2.6.2",
@ -68,8 +59,7 @@
"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",
"supports-color": "git+https://github.com/LumeWeb/supports-color.git",
"typescript": "^4.9.4"
},
"packageManager": "yarn@4.0.0-rc.33",

4559
yarn.lock

File diff suppressed because it is too large Load Diff