kernel-dns/package.json

73 lines
2.5 KiB
JSON

{
"name": "@lumeweb/kernel-dns",
"version": "0.1.0",
"description": "DNS module for Skynet Kernel",
"main": "dist/index.js",
"scripts": {
"cleanhack": "rimraf node_modules/crypto-browserify/node_modules && rimraf node_modules/@types/web",
"build-script": "tsc --project tsconfig.build.json",
"compile": "npm run cleanhack && node build.js && npm run build-script",
"build": "npm run compile && node ./dist-build/build.js dev",
"deploy": "npm run compile && node ./dist-build/build.js prod"
},
"author": {
"name": "Hammer Technologies LLC",
"email": "contact@lumeweb.com"
},
"license": "MIT",
"type": "module",
"devDependencies": {
"@lumeweb/js-sha3-browser": "^0.8.1",
"@lumeweb/kernel-tester": "https://github.com/LumeWeb/kernel-tester.git",
"@lumeweb/randombytes-browser": "https://github.com/LumeWeb/randombytes-browser.git",
"@lumeweb/safe-buffer": "^5.2.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@scure/bip39": "^1.1.1",
"@skynetlabs/skynet-nodejs": "^2.6.0",
"@types/node": "^18.14.0",
"@types/read": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"assert": "^2.0.0",
"buffer-browserify": "^0.2.5",
"buffer-fill": "^1.0.0",
"cli-progress": "^3.12.0",
"cpy-cli": "^4.1.0",
"crypto-browserify": "^3.12.0",
"esbuild": "^0.14.47",
"eslint": "^8.13.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"libskynet": "^0.1.9",
"libskynetnode": "^0.1.2",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.6.2",
"read": "^1.0.7",
"rollup": "^2.75.6",
"rollup-plugin-terser": "^7.0.2",
"stream-browserify": "^3.0.0",
"timers-browserify": "^2.0.12",
"typescript": "^4.6.3",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@lumeweb/kernel-swarm-client": "git+https://git.lumeweb.com/LumeWeb/kernel-swarm-client.git",
"@lumeweb/libkernel-universal": "git+https://git.lumeweb.com/LumeWeb/libkernel-universal.git",
"@lumeweb/libresolver": "git+https://git.lumeweb.com/LumeWeb/libresolver.git",
"@siaweb/libweb": "git+https://git.lumeweb.com/LumeWeb/libsiaweb.git",
"libkmodule": "^0.2.11",
"randombytes": "git+https://github.com/LumeWeb/randombytes-browser.git",
"randomfill": "git+https://github.com/LumeWeb/randomfill.git"
},
"browser": {
"crypto": "crypto-browserify",
"timers": "timers-browserify",
"os": "os-browserify",
"stream": "os-browserify",
"libskynetnode": false,
"js-sha3": "@lumeweb/js-sha3-browser",
"@lumeweb/dht-rpc-client": false
}
}