{
  "name": "jsf.js_next_gen",
  "version": "4.1.0-beta.22",
  "description": "A next generation typescript reimplementation of jsf.js",
  "main": "dist/window/faces.js",
  "scripts": {
    "doc": "npx typedoc --tsconfig src/main/typescript/tsconfig-typedoc.json",
    "typecheck": "tsc --noEmit --project src/main/typescript/tsconfig.test.json",
    "test": "npm run typecheck && cross-env mocha",
    "coverage": "cross-env nyc --reporter=html --reporter=text mocha",
    "build-bundles": "cross-env NODE_OPTIONS=\"--import tsx\" webpack",
    "build-production": "cross-env NODE_OPTIONS=\"--import tsx\" webpack --mode production",
    "build-development": "cross-env NODE_OPTIONS=\"--import tsx\" webpack --mode development",
    "build-dts-compile": "tsc -p src/main/typescript/tsconfig.dts.json",
    "build-dts": "npm run build-dts-compile && node scripts/build-dts.mjs",
    "build": "npm run doc && npm run build-bundles && npm run build-dts",
    "serve": "npx http-server -p 8900 -b -g -o ./dist/"
  },
  "keywords": [
    "myfaces",
    "jsf",
    "typescript"
  ],
  "author": "Werner Punz werpu@apache.org",
  "license": "Apache-2.0",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.2",
    "@microsoft/api-extractor": "^7.58.8",
    "@types/chai": "^5.2.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.9.3",
    "@types/sinon": "^21.0.1",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "chai": "^6.2.2",
    "cross-env": "^10.1.0",
    "global-jsdom": "^29.0.0",
    "html-webpack-plugin": "^5.6.7",
    "http-server": "^14.1.1",
    "jsdom": "^29.1.1",
    "mocha": "^11.7.6",
    "nise": "^6.1.5",
    "npm-check-updates": "^22.2.3",
    "nyc": "^18.0.0",
    "rxjs": "^7.8.2",
    "sinon": "^22.0.0",
    "terser-webpack-plugin": "^5.6.1",
    "ts-loader": "^9.6.0",
    "tsconfig-paths": "^4.2.0",
    "tsx": "^4.22.4",
    "typedoc": "^0.28.19",
    "typescript": "^6.0.3",
    "webpack": "^5.107.2",
    "webpack-cli": "^7.0.3"
  },
  "overrides": {
    "diff": "^9.0.0",
    "serialize-javascript": "^7.0.5",
    "uuid": "^14.0.0"
  },
  "dependencies": {
    "mona-dish": "0.50.0-beta.8"
  }
}
