forked from RangerMauve/hyperbeedeebee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
{
"name": "hyperbeedeebee",
"version": "2.0.0",
"description": "A MongoDB-like database built on top of Hyperbee with support for indexing",
"main": "index.js",
"scripts": {
"lint": "standard --fix",
"test": "npm run lint && node ./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RangerMauve/hyperbeedeebee.git"
},
"keywords": [
"hyperbee",
"index",
"db",
"p2p",
"database"
],
"author": "rangermauve <[email protected]> (https://mauve.moe/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/RangerMauve/hyperbeedeebee/issues"
},
"homepage": "https://github.com/RangerMauve/hyperbeedeebee#readme",
"dependencies": {
"bson": "^5.0.0",
"cbor": "^8.1.0",
"sub-encoder": "^2.1.3"
},
"devDependencies": {
"hyperbee": "^2.16.0",
"hypercore": "^10.7.0",
"random-access-memory": "^6.1.0",
"standard": "^17.0.0",
"tape": "^5.6.3"
}
}