{
  "name": "@enmeshed/node-control-plane",
  "version": "0.2.9",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "description": "Building blocks for an Envoy control-plane backend for node.js, loosely based on Envoy's go-control-plane.",
  "main": "lib/index.js",
  "files": [
    "lib",
    "proto"
  ],
  "scripts": {
    "clean": "rimraf lib coverage .nyc_output",
    "clean:modules": "rimraf node_modules",
    "superclean": "run-s clean clean:modules",
    "build": "run-s build:rollup",
    "build:coverage": "run-s build:rollup:coverage",
    "build:rollup": "rollup --config rollup.config.js",
    "build:plain": "babel --source-maps -x \".js\",\".lsc\" src --out-dir lib",
    "build:rollup:coverage": "cross-env COVERAGE=true rollup -c",
    "test": "run-s clean build test:only",
    "test:only": "jest",
    "test:only:coverage": "jest --coverage",
    "test:debug": "node --inspect-brk $(npm bin)/jest -i",
    "coverage": "run-s clean build:coverage test:only:coverage",
    "lint": "eslint --ext .js,.lsc src",
    "lint:fix": "eslint --fix --ext .js,.lsc src"
  },
  "dependencies": {
    "@enmeshed/grpc": "^1.0.2",
    "debug": "^4.3.1",
    "object-hash": "^2.2.0"
  },
  "devDependencies": {
    "jest": "^26.1.0",
    "npm-run-all": "^4.1.5"
  },
  "gitHead": "dc85912f50aad094d26eb4a76018f0dd392a8e67"
}
