{
  "name": "home-assistant-javascript-templates",
  "version": "7.1.0",
  "description": "A JavaScript utility to render Home Assistant JavaScript templates",
  "keywords": [
    "home-assistant",
    "templates",
    "js-templates",
    "javascript-templates",
    "library"
  ],
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    }
  },
  "files": [
    "dist/**/*"
  ],
  "author": "ElChiniNet",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elchininet/home-assistant-javascript-templates.git"
  },
  "private": false,
  "scripts": {
    "build": "rollup --config rollup.config.js --bundleConfigAsCjs",
    "test:ts": "tsc --noEmit",
    "test:unit": "jest --verbose",
    "test:all": "pnpm test:ts && pnpm test:unit",
    "prepare": "pnpm build",
    "prepublishOnly": "pnpm test:all",
    "version": "git add .",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.6.2",
    "get-promisable-result": "^1.0.2",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "jest-location-mock": "^3.0.0",
    "rollup": "^4.60.3",
    "rollup-plugin-dts": "^6.4.1",
    "rollup-plugin-tsconfig-paths": "^1.5.2",
    "ts-jest": "^29.4.9",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "get-promisable-result": "^2.0.0"
  },
  "peerDependencies": {
    "get-promisable-result": "^2.0.0"
  }
}
