{
  "name": "@vyacobucci/button",
  "version": "1.0.1",
  "main": "dist/index.cjs.js",
  "module": "dist/button/button.esm.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "customElements": "dist/custom-elements/index.js",
  "scripts": {
    "build": "stencil build",
    "postbuild": "mv react/AtriaButton.ts react/index.ts && tsc --project tsconfig.react.json && rm react/index.ts",
    "start": "stencil build --dev --watch"
  },
  "peerDependencies": {
    "@stencil/core": "^4.0.0"
  },
  "devDependencies": {
    "@stencil/core": "^4.0.0",
    "@stencil/react-output-target": "^0.8.2",
    "@stencil/sass": "^1.5.2",
    "@types/react": "^19.0.10",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "sass": "^1.66.1",
    "typescript": "^5.7.3"
  }
}
