forked from RangerMauve/hyperbeedeebee
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "hyperdeebee",
"version": "2.0.1",
"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 && node ./test_autobee.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jampard/hyperdeebee.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",
"types": "index.d.ts",
"dependencies": {
"bson": "^4.3.0",
"cbor": "^8.1.0"
},
"devDependencies": {
"autobase": "https://github.com/hypercore-protocol/autobase",
"b4a": "^1.6.0",
"hyperbee": "^2.0.0",
"hypercore": "^10.2.0",
"random-access-memory": "^5.0.0",
"standard": "^16.0.3",
"tape": "^5.2.2"
}
}