forked from jnordberg/rpcit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 823 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 823 Bytes
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
{
"name": "@knowledgr/rpcit",
"version": "1.0.3",
"description": "Knowledgr JSON-RPC 2.0 Client",
"main": "lib/index.js",
"author": "Johan Nordberg <code@johan-nordberg.com>",
"license": "MIT",
"bin": {
"rpcit": "bin/rpcit"
},
"scripts": {
"prepublish": "make all"
},
"engines": {
"node": ">=8"
},
"files": [
"bin/*",
"lib/*"
],
"repository": {
"type": "git",
"url": "https://github.com/norestlabs/rpcit"
},
"dependencies": {
"@knowledgr/koa-jsonrpc": "^1.1.7",
"@knowledgr/rpc-auth": "^1.1.7",
"commander": "^2.13.0",
"verror": "^1.10.0"
},
"devDependencies": {
"@types/bunyan": "^1.8.4",
"@types/koa": "^2.0.43",
"@types/node": "^9.4.0",
"@types/verror": "^1.10.3",
"tslint": "^5.9.1",
"typescript": "^2.7.1"
}
}