{
  "name": "pp-customization-engine",
  "version": "1.2.0",
  "description": "Headless interpreter for CustomizationContract -- unified offer customization schema for insurance products",
  "homepage": "https://gitlab.polskiepolisy.pl/lib/pp-customization-engine",
  "repository": {
    "type": "git",
    "url": "https://gitlab.polskiepolisy.pl/lib/pp-customization-engine.git"
  },
  "bugs": {
    "url": "https://gitlab.polskiepolisy.pl/lib/pp-customization-engine/issues"
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "husky",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --ext .ts --fix",
    "format": "prettier --write \"src/**/*.{ts,js,json}\"",
    "format:check": "prettier --check \"src/**/*.{ts,js,json}\"",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "build": "tsc --build",
    "semantic-release": "semantic-release",
    "semantic-release:dry-run": "semantic-release --dry-run"
  },
  "keywords": [
    "customization",
    "json-schema",
    "form-engine",
    "insurance",
    "ajv",
    "typescript",
    "headless"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Damian Milewski",
  "maintainers": [
    {
      "name": "Damian Milewski",
      "email": "d.milewski@polskiepolisy.pl"
    }
  ],
  "license": "MIT",
  "jest": {
    "preset": "ts-jest/presets/default-esm",
    "testEnvironment": "node",
    "roots": [
      "src"
    ],
    "silent": false,
    "verbose": false,
    "testTimeout": 30000,
    "extensionsToTreatAsEsm": [
      ".ts"
    ],
    "transform": {
      "^.+\\.ts$": [
        "ts-jest",
        {
          "useESM": true
        }
      ]
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^20.4.1",
    "@commitlint/config-conventional": "^20.4.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^13.3.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.6.1",
    "@typescript-eslint/eslint-plugin": "^8.45.0",
    "@typescript-eslint/parser": "^8.45.0",
    "eslint": "^9.36.0",
    "eslint-config-prettier": "^10.1.8",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "prettier": "^3.6.2",
    "semantic-release": "^25.0.3",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-errors": "^3.0.0"
  }
}
