From 4e87195739f2a5d9a05451b48773c8afdc680765 Mon Sep 17 00:00:00 2001 From: akiyamn Date: Sun, 24 Sep 2023 23:22:21 +1000 Subject: Initial commit (by create-cloudflare CLI) --- node_modules/capnp-ts/package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 node_modules/capnp-ts/package.json (limited to 'node_modules/capnp-ts/package.json') 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" +} -- cgit v1.2.3