{
  "author": "jdiaz5513",
  "bin": {
    "capnpc-js": "./bin/capnpc-js.js"
  },
  "bugs": {
    "url": "https://github.com/jdiaz5513/capnp-ts/issues"
  },
  "dependencies": {
    "capnpc-ts": "^0.5.0",
    "debug": "^4.3.1",
    "tslib": "^2.2.0",
    "typescript": "^4.2.4"
  },
  "description": "Cap'n Proto schema compiler for JavaScript.",
  "homepage": "https://github.com/jdiaz5513/capnp-ts#readme",
  "keywords": [
    "capnp",
    "rpc",
    "typescript"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "capnpc-js",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jdiaz5513/capnp-ts.git"
  },
  "types": "./src/index.d.ts",
  "version": "0.5.1"
}
