{ "name": "@lumeweb/resolver-module-handshake", "version": "0.1.0", "main": "dist/index.js", "type": "module", "scripts": { "build-script": "tsc --project tsconfig.build.json && mv dist-build/build.js dist-build/build.mjs", "compile-module": "npm run build-script && node build.js", "build": "tsc --project tsconfig.json", "build-module": "npm run compile-module && node ./dist-build/build.mjs dev" }, "dependencies": { "@lumeweb/kernel-handshake-client": "git+https://git.lumeweb.com/LumeWeb/kernel-handshake-client.git", "@lumeweb/kernel-libresolver": "git+https://git.lumeweb.com/LumeWeb/kernel-libresolver.git", "@lumeweb/libresolver": "git+https://git.lumeweb.com/LumeWeb/libresolver.git", "@lumeweb/tld-enum": "git+https://git.lumeweb.com/LumeWeb/list-of-top-level-domains.git" }, "devDependencies": { "@lumeweb/cfg": "git+https://git.lumeweb.com/LumeWeb/cfg.git", "@lumeweb/relay-types": "git+https://git.lumeweb.com/LumeWeb/relay-types.git", "@scure/bip39": "^1.1.1", "@skynetlabs/skynet-nodejs": "^2.9.0", "@types/node": "^18.14.0", "@types/read": "^0.0.29", "cli-progress": "^3.12.0", "esbuild": "^0.15.18", "libskynetnode": "^0.1.4", "node-cache": "^5.1.2", "read": "^1.0.7", "typescript": "^4.9.5" } }