{
  "name": "grenache-nodejs-http",
  "version": "1.0.2",
  "private": false,
  "description": "Granache Node.js HTTP implementation",
  "author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)",
  "keywords": [
    "grenache",
    "kademlia",
    "nodejs",
    "micro-services"
  ],
  "engines": {
    "node": ">=16.0"
  },
  "dependencies": {
    "async": "3.2.6",
    "duplexify": "4.1.3",
    "grenache-nodejs-base": "1.1.0",
    "grenache-nodejs-link": "1.0.2",
    "node-fetch": "2.7.0",
    "pump": "3.0.2"
  },
  "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-http.git"
  }
}
