UNPKG

583 BJSONView Raw
1{
2 "name": "@platform/ui.shell.types",
3 "version": "0.1.87",
4 "description": "Shared types used by ui.shell components.",
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/libs": "0.2.2",
16 "@platform/ui.tree": "0.6.7"
17 },
18 "devDependencies": {
19 "@platform/test": "0.1.14",
20 "@platform/ts": "3.9.5"
21 },
22 "files": [
23 "lib",
24 "!*.TEST.{js, mjs, d.ts}"
25 ],
26 "license": "MIT"
27}