Gesamte Mono-Repo des Baukastens (alle apps/clients, examples/tests und packages)
dh_heyart
vor 8 Std. 6c5682091e41d21772f699a702219154bf9f242d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "@dh-software/baukasten-types",
  "version": "1.0.0",
  "description": "Shared types and constants for the baukasten configuration library.",
  "main": "dist/baukasten-types.mjs",
  "module": "dist/baukasten-types.mjs",
  "types": "dist/baukasten-types.d.ts",
  "type": "module",
  "files": ["dist"],
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "prepublishOnly": "npm run build:prod",
    "build:dev": "npx rollup -c --dhclean",
    "build:prod": "npx rollup -c --dhclean --dhprod",
    "build:watch": "npx rollup -c -w"
  }
}