forked from ntegan1/capnp-ts-op
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 898 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
38
39
40
{
"name": "capnpc-ts",
"version": "0.7.0",
"description": "Cap'n Proto schema compiler for TypeScript.",
"author": "jdiaz5513",
"contributors": [
"Cameron Clough <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dash-software-ltd/capnp-ts.git"
},
"homepage": "https://github.com/dash-software-ltd/capnp-ts#readme",
"bugs": {
"url": "https://github.com/dash-software-ltd/capnp-ts/issues"
},
"keywords": [
"capnp",
"rpc",
"typescript"
],
"main": "./src/index.js",
"type": "module",
"types": "./src/index.d.ts",
"bin": {
"capnpc-ts": "./bin/capnpc-ts.js"
},
"dependencies": {
"capnp-ts": "^0.7.0",
"debug": "^4.3.1",
"hex2dec": "^1.1.2",
"mkdirp": "^1.0.4",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"engines": {
"node": "^20"
}
}