UNPKG

grenache-nodejs-base

Version:
38 lines (37 loc) 847 B
{ "name": "grenache-nodejs-base", "version": "1.0.0", "private": false, "description": "Granache Node.js base", "author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)", "keywords": [ "grenache", "kademlia", "nodejs", "micro-services" ], "engine": { "node": ">=16.0" }, "dependencies": { "@bitfinexcom/lib-js-util-base": "git+https://github.com/bitfinexcom/lib-js-util-base#v1.20.0", "async": "3.2.6", "duplexify": "4.1.3", "pump": "3.0.2", "uuid": "11.1.0" }, "main": "index.js", "devDependencies": { "standard": "17.1.2" }, "scripts": { "test": "npm run lint", "lint": "standard", "lint:fix": "standard --fix" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/bitfinexcom/grenache-nodejs-base.git" } }