-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
37 lines (37 loc) · 810 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"author": "jdiaz5513",
"bin": {
"capnpc-ts": "./bin/capnpc-ts.js"
},
"bugs": {
"url": "https://github.com/jdiaz5513/capnp-ts/issues"
},
"dependencies": {
"capnp-ts": "^0.7.0",
"debug": "^4.3.1",
"hex2dec": "^1.1.2",
"mkdirp": "^1.0.4",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"description": "Cap'n Proto schema compiler for TypeScript.",
"engines": {
"node": ">=10.4.0"
},
"homepage": "https://github.com/jdiaz5513/capnp-ts#readme",
"keywords": [
"capnp",
"rpc",
"typescript"
],
"license": "MIT",
"main": "./src/index.js",
"name": "capnpc-ts",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jdiaz5513/capnp-ts.git"
},
"types": "./src/index.d.ts",
"version": "0.7.0"
}