{
  "name": "@sdxmessaging/ui-widgets",
  "version": "1.9.2",
  "description": "Build form inputs and display values with mithril components and streams",
  "repository": {
    "type": "git",
    "url": "https://github.com/sdxmessaging/ui-widgets.git"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/"
  },
  "author": "Michael Pastuch",
  "homepage": "https://github.com/sdxmessaging/ui-widgets",
  "bugs": "https://github.com/sdxmessaging/ui-widgets/issues",
  "license": "MIT",
  "main": "./umd/index.js",
  "module": "./dist/index.js",
  "types": "./lib/index.d.ts",
  "dependencies": {
    "flatpickr": "4.6.13",
    "lodash": "4.17.21",
    "luxon": "3.4.0",
    "mithril": "2.0.4",
    "signature_pad": "4.0.7"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@rollup/plugin-terser": "0.4.4",
    "@stylistic/eslint-plugin": "5.10.0",
    "@types/jest": "30.0.0",
    "@types/lodash": "4.17.24",
    "@types/luxon": "3.7.1",
    "@types/mithril": "2.2.8",
    "@types/node": "25.6.0",
    "@types/signature_pad": "2.3.6",
    "eslint": "10.2.1",
    "jest": "30.3.0",
    "jest-canvas-mock": "2.5.2",
    "jest-cli": "30.3.0",
    "jest-environment-jsdom": "30.3.0",
    "pre-push": "0.1.4",
    "rimraf": "5.0.5",
    "rollup": "4.60.2",
    "shelljs": "0.8.5",
    "ts-jest": "29.4.9",
    "ts-node": "10.9.2",
    "typescript": "5.9.3",
    "typescript-eslint": "8.59.0"
  },
  "scripts": {
    "prebuild": "rimraf lib tsconfig.tsbuildinfo",
    "build": "tsc -b",
    "postbuild": "rollup -c --environment MINIFY",
    "watch-ts": "tsc -w",
    "watch-bundle": "rollup -c -w --environment FAST",
    "watch-test": "jest --watch-ts",
    "test": "jest",
    "coverage": "jest --coverage",
    "lint": "eslint src/",
    "example": "open example.html",
    "dist": "ts-node ./scriptHelpers/dist.ts",
    "dist-minor": "ts-node ./scriptHelpers/dist.ts minor",
    "dist-major": "ts-node ./scriptHelpers/dist.ts major"
  },
  "pre-push": [
    "test"
  ]
}
