package.json 628 B

1234567891011121314151617181920212223242526
  1. {
  2. "author": "jdiaz5513",
  3. "bugs": {
  4. "url": "https://github.com/jdiaz5513/capnp-ts/issues"
  5. },
  6. "dependencies": {
  7. "debug": "^4.3.1",
  8. "tslib": "^2.2.0"
  9. },
  10. "description": "Strongly typed Cap'n Proto implementation for the browser and Node.js using TypeScript",
  11. "homepage": "https://github.com/jdiaz5513/capnp-ts#readme",
  12. "keywords": [
  13. "capnp",
  14. "rpc",
  15. "typescript"
  16. ],
  17. "license": "MIT",
  18. "main": "./src/index.js",
  19. "name": "capnp-ts",
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/jdiaz5513/capnp-ts.git"
  23. },
  24. "types": "./src/index.d.ts",
  25. "version": "0.7.0"
  26. }