summaryrefslogtreecommitdiff
path: root/node_modules/capnp-ts/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/capnp-ts/package.json')
-rw-r--r--node_modules/capnp-ts/package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/node_modules/capnp-ts/package.json b/node_modules/capnp-ts/package.json
new file mode 100644
index 0000000..73fac9a
--- /dev/null
+++ b/node_modules/capnp-ts/package.json
@@ -0,0 +1,26 @@
+{
+ "author": "jdiaz5513",
+ "bugs": {
+ "url": "https://github.com/jdiaz5513/capnp-ts/issues"
+ },
+ "dependencies": {
+ "debug": "^4.3.1",
+ "tslib": "^2.2.0"
+ },
+ "description": "Strongly typed Cap'n Proto implementation for the browser and Node.js using TypeScript",
+ "homepage": "https://github.com/jdiaz5513/capnp-ts#readme",
+ "keywords": [
+ "capnp",
+ "rpc",
+ "typescript"
+ ],
+ "license": "MIT",
+ "main": "./src/index.js",
+ "name": "capnp-ts",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jdiaz5513/capnp-ts.git"
+ },
+ "types": "./src/index.d.ts",
+ "version": "0.7.0"
+}