{ "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-libresolver": "https://github.com/LumeWeb/kernel-libresolver.git", "@lumeweb/libresolver": "https://github.com/LumeWeb/libresolver.git", "@lumeweb/tld-enum": "github:LumeWeb/list-of-top-level-domains" }, "devDependencies": { "@lumeweb/relay-types": "https://github.com/LumeWeb/relay-types.git", "@types/node": "^18.7.8", "@types/read": "^0.0.29", "esbuild": "^0.15.5", "libskynetnode": "^0.1.4", "read": "^1.0.7" } }