UNPKG

grenache-nodejs-link

Version:
40 lines (39 loc) 838 B
{ "name": "grenache-nodejs-link", "version": "1.0.2", "description": "Granache Node.js Link", "author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)", "keywords": [ "grenache", "kademlia", "nodejs", "micro-services" ], "dependencies": { "async": "3.2.6", "cbq": "0.0.1", "lru": "3.1.0", "node-fetch": "2.7.0", "uuid": "11.1.0" }, "engine": { "node": ">=16.0" }, "main": "index.js", "devDependencies": { "grenache-grape": "1.0.0", "mocha": "11.1.0", "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-nodejs-link.git" } }