{
  "name": "@stencil/templates",
  "version": "5.0.0-alpha.34",
  "description": "Project and generate templates for Stencil",
  "keywords": [
    "scaffolding",
    "stencil",
    "templates"
  ],
  "homepage": "https://stenciljs.com/",
  "license": "MIT",
  "author": "StencilJs Contributors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stenciljs/core.git"
  },
  "files": [
    "dist/",
    "templates/"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    }
  },
  "devDependencies": {
    "tsdown": "^0.22.14",
    "typescript": ">5.0.0 <7.0.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@stencil/core": "^5.0.0 || 5.0.0-alpha.34"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "scripts": {
    "build": "tsdown",
    "test": "vitest run --passWithNoTests",
    "typecheck": "tsc --noEmit"
  }
}