1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "name": "@dh-software/webui-types",
| "version": "2026.3.0",
| "description": "",
| "main": "dist/mjs/webui-types.js",
| "module": "dist/mjs/webui-types.js",
| "types": "dist/mjs/webui-types.d.ts",
| "type": "module",
| "files": [
| "dist/mjs"
| ],
| "keywords": [],
| "author": "",
| "license": "ISC",
| "scripts": {
| "build:clean": "rimraf dist",
| "build:dev": "npx rollup -c",
| "build:prod": "npx rollup -c"
| }
| }
|
|