{
  "name": "vite-plugin-cem",
  "version": "0.8.5",
  "description": "Custom elements manifest builder for Vitejs",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "virtual.d.ts"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "type": "module",
  "scripts": {
    "build": "tsup src/index.ts --dts --format cjs,esm",
    "dev": "npm run build -- --watch",
    "test": "vitest --no-watch",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint .",
    "release": "node ./scripts/version",
    "vanilla:build": "npm -C example/vanilla-ts run build",
    "vanilla:dev": "npm -C example/vanilla-ts run dev",
    "lit:build": "npm -C example/lit-ts run build",
    "lit:dev": "npm -C example/lit-ts run dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kamiapp-fr/vite-plugin-cem.git"
  },
  "author": "Emilien Leroy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Kamiapp-fr/vite-plugin-cem/issues"
  },
  "homepage": "https://github.com/Kamiapp-fr/vite-plugin-cem#readme",
  "dependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.4",
    "glob": "^8.1.0",
    "typescript": "~5.7.3"
  },
  "peerDependencies": {
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
  },
  "devDependencies": {
    "@types/glob": "^8.1.0",
    "@types/node": "^20.19.2",
    "@types/supertest": "^6.0.3",
    "@typescript-eslint/eslint-plugin": "~6.12.0",
    "@typescript-eslint/parser": "~6.12.0",
    "@vitest/coverage-istanbul": "^3.2.4",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-typescript": "~17.1.0",
    "supertest": "^6.3.4",
    "tsup": "^8.5.0",
    "vitest": "^3.2.4"
  }
}
