UNPKG

796 BJSONView Raw
1{
2 "name": "@platform/hyperdb.electron",
3 "description": "Strongly typed, electron enabled interface to hyperdb.",
4 "version": "0.2.19",
5 "main": "lib/index",
6 "scripts": {
7 "test": "ts test",
8 "tdd": "ts test --watch",
9 "lint": "ts lint",
10 "build": "ts build",
11 "prepare": "ts prepare",
12 "rebuild": "platform.electron rebuild"
13 },
14 "dependencies": {
15 "@platform/electron": "0.4.11",
16 "@platform/hyperdb": "0.2.15",
17 "@platform/hyperdb.types": "0.2.10",
18 "@platform/util.string": "0.1.23",
19 "@platform/util.value": "0.3.10",
20 "@uiharness/electron": "0.5.5"
21 },
22 "devDependencies": {
23 "@platform/test": "0.0.57",
24 "@platform/ts": "3.4.30"
25 },
26 "files": [
27 "lib",
28 "scripts"
29 ],
30 "repository": "uiharness/platform",
31 "license": "MIT"
32}