forked from jdiaz5513/capnp-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1 KB
/
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
41
42
43
44
{
"author": "jdiaz5513",
"bin": {
"capnpc-ts": "./bin/capnpc-ts.js"
},
"bugs": {
"url": "https://github.com/jdiaz5513/capnp-ts/issues"
},
"dependencies": {
"bluebird": "^3.5.0",
"capnp-ts": "^0.2.4",
"hex2dec": "^1.0.1",
"mkdirp": "^0.5.1",
"ramda": "^0.24.1",
"tslib": "^1.7.1",
"typescript": "^2.4.1"
},
"description": "Cap'n Proto schema compiler for TypeScript.",
"devDependencies": {
"@types/bluebird": "^3.5.7",
"@types/debug": "0.0.29",
"@types/mkdirp": "^0.5.1",
"@types/node": "^7.0.18",
"@types/ramda": "^0.24.3",
"source-map-support": "^0.4.15",
"tap": "^10.7.0"
},
"homepage": "https://github.com/jdiaz5513/capnp-ts#readme",
"keywords": [
"capnp",
"rpc",
"typescript"
],
"license": "MIT",
"main": "lib/index",
"name": "capnpc-ts",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/jdiaz5513/capnp-ts.git"
},
"typings": "lib/index",
"version": "0.2.4"
}