forked from mousebelt/rpc-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 751 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
{
"name": "@knowledgr/rpc-auth",
"description": "JSON-RPC 2.0 authentication using knowledgr blockchain authorities",
"version": "1.1.7",
"license": "MIT",
"main": "./lib/index",
"typings": "./lib/index",
"scripts": {
"test": "make ci-test",
"prepublish": "make lib"
},
"files": [
"lib/*"
],
"engines": {
"node": ">=8"
},
"dependencies": {
"@knowledgr/libcrypto": "^1.0.3"
},
"devDependencies": {
"@types/mocha": "^2.2.47",
"@types/node": "^9.3.0",
"dknowledgr": "^0.11.7",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.16.0",
"node-fetch": "^1.7.3",
"nsp": "^3.1.0",
"nyc": "^11.4.1",
"ts-node": "^4.1.0",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
}
}