{
  "name": "cem-plugin-expanded-types",
  "version": "1.4.0",
  "description": "A CEM Analyzer plugin to add expanded TypeScript types to the Custom Elements Manifest",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "index.js",
    "index.d.ts",
    "types.d.ts",
    "/dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --dts --format cjs,esm",
    "deploy": "npm run build && npm publish",
    "test": "vitest --run"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.6.3",
    "@types/node": "^18.6.3",
    "@types/prettier": "^2.6.4",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "eslint": "^8.32.0",
    "tsup": "^7.1.0",
    "typescript": "^4.5.2"
  },
  "author": "",
  "license": "MIT",
  "repository": "https://github.com/break-stuff/cem-tools",
  "homepage": "https://github.com/break-stuff/cem-tools/blob/main/packages/expanded-types/README.md",
  "bugs": {
    "url": "https://github.com/break-stuff/cem-tools/issues"
  },
  "keywords": [
    "custom elements",
    "custom-elements",
    "custom elements manifest",
    "custom-elements-manifest",
    "web components",
    "web-components",
    "components",
    "typescript"
  ]
}
