UNPKG

855 BJSONView Raw
1{
2 "name": "@platform/hyperdb",
3 "version": "0.1.34",
4 "description": "Strongly typed interface to hyperdb.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "start": "node .",
9 "watch": "nodemon .",
10 "test": "ts test",
11 "tdd": "ts test --watch",
12 "lint": "ts lint",
13 "build": "ts build",
14 "prepare": "ts prepare",
15 "tmp": "ts test --suffix=TMP --watch $@"
16 },
17 "dependencies": {
18 "@hyperswarm/network": "0.0.4",
19 "@platform/fs": "0.0.58",
20 "@platform/hyperdb.types": "0.1.2",
21 "@platform/util.value": "0.2.0",
22 "discovery-swarm": "5.1.4",
23 "hyperdb": "3.5.0",
24 "pump": "3.0.0"
25 },
26 "devDependencies": {
27 "@platform/test": "0.0.50",
28 "@platform/ts": "3.4.17",
29 "@types/filesize": "4.1.0",
30 "filesize": "4.1.2"
31 },
32 "files": [
33 "lib"
34 ],
35 "license": "UNLICENSED"
36}