UNPKG

947 BJSONView Raw
1{
2 "name": "@uiharness/electron",
3 "version": "0.7.3",
4 "description": "UIHarness client-tools for Electron (include in dependencies).",
5 "main": "./lib/index",
6 "types": "./lib/index.d.ts",
7 "scripts": {
8 "test": "ts test",
9 "tdd": "ts test --watch",
10 "lint": "ts lint",
11 "build": "ts build",
12 "prepare": "ts prepare"
13 },
14 "dependencies": {
15 "@platform/electron": "0.7.52",
16 "@platform/log": "0.1.7",
17 "@platform/react": "0.4.6",
18 "@platform/ui.object": "0.0.179",
19 "@platform/util.value": "0.7.3",
20 "@types/app-root-path": "1.2.4",
21 "@uiharness/types": "0.7.3",
22 "tslib": "1.10.0"
23 },
24 "devDependencies": {
25 "@platform/test": "0.1.2",
26 "@platform/ts": "3.7.12",
27 "@types/electron-window-state": "2.0.33",
28 "electron": "7.1.10"
29 },
30 "files": [
31 "lib",
32 "reset.css",
33 "!lib/test",
34 "!*.TEST.{js, mjs, d.ts}",
35 "!*.INTEGRATION.{js, mjs, d.ts}"
36 ],
37 "license": "MIT"
38}