forked from mafintosh/hypercore-multi-key
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 778 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 778 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
{
"name": "@ddatabase/multi-key",
"version": "1.0.0",
"description": "Function that takes a dDatabase and returns a new one that's signed by a new keypair but backed by the same data.",
"main": "index.js",
"dependencies": {
"ddatabase": "^10.0.0",
"@ddatabase/crypto": "^1.0.0",
"random-access-memory": "^3.1.1",
"random-access-storage": "^1.4.0"
},
"devDependencies": {
"standard": "^14.0.2"
},
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/dwebprotocol/ddatabase-multi-key.git"
},
"author": "PeepsLabs <peepslabs@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwebprotocol/ddatabase-multi-key/issues"
},
"homepage": "https://dwebx.org"
}