hyperns-service
Version:
HyperNS service, based on autobase
61 lines (60 loc) • 1.41 kB
JSON
{
"name": "hyperns-service",
"version": "0.0.6",
"description": "HyperNS service, based on autobase",
"main": "index.js",
"scripts": {
"test": "standard && brittle test/test.js"
},
"bin": {
"hyperns": "bin.js",
"hyperns-cli": "client-bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/hyperns-service.git"
},
"files": [
"spec/**",
"bin.js",
"client-bin.js",
"index.js",
"lookup-client.js",
"register-client.js"
],
"keywords": [
"hyperns",
"hyper",
"namespace",
"autobase"
],
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/hyperns-service/issues"
},
"homepage": "https://github.com/holepunchto/hyperns-service#readme",
"devDependencies": {
"brittle": "^3.7.0",
"hyperdht": "^6.20.1",
"standard": "^17.1.2",
"test-tmp": "^1.3.0"
},
"dependencies": {
"autobase": "^6.5.11",
"blind-peer": "^0.0.2",
"compact-encoding": "^2.16.0",
"corestore": "^6.18.4",
"graceful-goodbye": "^1.3.2",
"hyper-instrument": "^1.0.0",
"hypercore-id-encoding": "^1.3.0",
"hyperdb": "^4.2.3",
"hyperns": "^0.0.2",
"hyperschema": "^1.0.4",
"hyperswarm": "^4.8.4",
"paparam": "^1.6.1",
"pino": "^9.5.0",
"random-access-memory": "^6.2.1",
"ready-resource": "^1.1.1"
}
}