UNPKG

grenache-grape

Version:
48 lines (47 loc) 1.01 kB
{ "name": "grenache-grape", "version": "1.0.0", "description": "Granache Grape - DHT for micro-services", "author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)", "keywords": [ "grenache", "kademlia", "nodejs", "micro-services" ], "dependencies": { "async": "3.2.6", "bittorrent-dht": "10.0.0", "cbq": "0.0.1", "debug": "4.4.1", "raw-body": "2.5.2", "record-cache": "1.2.0", "yargs": "17.7.2" }, "engines": { "node": ">=16.0" }, "bin": { "grape": "bin/grape.js" }, "main": "index.js", "devDependencies": { "chai": "4.5.0", "duplexify": "4.1.3", "mocha": "11.4.0", "node-fetch": "2.7.0", "pump": "3.0.2", "standard": "17.1.2" }, "scripts": { "test": "npm run lint && npm run unit", "unit": "mocha", "lint": "standard", "lint:fix": "standard --fix" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/bitfinexcom/grenache-grape.git" } }