{ "name": "@lumeweb/kernel-discovery-irc", "version": "0.1.0", "type": "module", "scripts": { "test": "jest", "build-script": "tsc && tsc --project tsconfig.build.json && mv dist-build/build.js dist-build/build.mjs", "compile": "pnpm run build-script && node build.js && rm -rf build/", "build": "pnpm run compile && node ./dist-build/build.mjs dev" }, "dependencies": { "@ctrl/irc": "2.1.0", "libkmodule": "^0.2.46", "streamx": "^2.13.2" }, "devDependencies": { "@scure/bip39": "^1.1.0", "@skynetlabs/skynet-nodejs": "^2.9.0", "@types/node": "^18.11.18", "@types/read": "^0.0.29", "@types/streamx": "^2.9.1", "buffer": "^6.0.3", "cli-progress": "^3.11.2", "crypto-browserify": "^3.12.0", "esbuild": "^0.17.0", "events": "^3.3.0", "read": "^2.0.0", "string_decoder": "^1.3.0", "typescript": "^4.9.4" }, "browser": { "crypto": false, "net": "./build/net.js", "tls": "./build/net.js" }, "pnpm": { "patchedDependencies": { "@ctrl/irc@2.1.0": "patches/@ctrl__irc@2.1.0.patch" } } }