UNPKG

@yipsec/kdns

Version:
74 lines (73 loc) 1.77 kB
{ "author": { "name": "chihuahua.rodeo", "email": "161chihuahuas@disroot.org" }, "bugs": { "url": "https://github.com/161chihuahuas/kdns/issues" }, "contributors": [ { "name": "omphalos", "url": "https://github.com/omphalos" }, { "name": "Alexander Leitner", "url": "https://github.com/aleitner" }, { "name": "Trey Griffith", "url": "https://github.com/treygriffith" }, { "name": "Janko Simonovic", "url": "https://gitlab.com/simonovic86" } ], "description": "composable p2p networks", "devDependencies": { "@yipsec/scarf": "^1.0.0", "chai": "^5.2.0", "clean-jsdoc-theme": "^4.3.0", "eslint": "^9.27.0", "jsdoc": "^4.0.4", "mocha": "^11.5.0", "proxyquire": "^1.8.0", "sinon": "^20.0.0" }, "directories": { "test": "test", "lib": "lib", "doc": "doc" }, "engines": { "node": ">=22" }, "homepage": "https://chihuahua.rodeo/kdns", "keywords": [ "kademlia", "dht", "distributed hash table", "bittorrent", "dusk", "p2p", "peer-to-peer", "kad" ], "license": "AGPL-3.0", "main": "index.js", "name": "@yipsec/kdns", "repository": { "type": "git", "url": "git+https://github.com/161chihuahuas/kdns.git" }, "scripts": { "e2e-tests": "mocha --exit test/*.e2e.js", "integration-tests": "mocha --exit test/*.integration.js", "linter": "eslint --no-config-lookup ./index.js ./lib", "test": "npm run unit-tests && npm run e2e-tests && npm run linter", "unit-tests": "mocha --exit test/*.unit.js", "generate-docs": "mkdir -p ./docs && rm -r ./docs && jsdoc lib -r -R README.md -c .jsdoc.json --verbose -d ./docs" }, "version": "8.0.2" }