resolver-module-handshake/package.json

26 lines
998 B
JSON
Raw Normal View History

2022-08-18 19:21:41 +00:00
{
"name": "@lumeweb/resolver-module-handshake",
"version": "0.1.0",
2022-08-19 12:46:29 +00:00
"main": "dist/index.js",
"type": "module",
2022-08-20 07:46:43 +00:00
"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"
},
2022-08-18 19:21:41 +00:00
"dependencies": {
2022-08-20 07:46:43 +00:00
"@lumeweb/kernel-libresolver": "https://github.com/LumeWeb/kernel-libresolver.git",
"@lumeweb/libresolver": "https://github.com/LumeWeb/libresolver.git",
2022-08-18 19:21:41 +00:00
"@lumeweb/tld-enum": "github:LumeWeb/list-of-top-level-domains"
2022-08-20 07:46:43 +00:00
},
"devDependencies": {
2022-08-29 05:05:27 +00:00
"@lumeweb/relay-types": "https://github.com/LumeWeb/relay-types.git",
2022-08-20 07:46:43 +00:00
"@types/node": "^18.7.8",
"@types/read": "^0.0.29",
"esbuild": "^0.15.5",
"libskynetnode": "^0.1.4",
"read": "^1.0.7"
2022-08-18 19:21:41 +00:00
}
}