{
  "name": "@proximus/lavender-button-icon",
  "version": "1.4.3-beta.1",
  "description": "",
  "main": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "type": "module",
  "scripts": {
    "transform-package-json": "node ../../../scripts/tranformPackageJson.js package.json dist/far/away",
    "clean": "rm -rf dist",
    "build": "npm run clean && NODE_ENV=development vite build &&  tsc && npm run transform-package-json && npm run wc-manifest",
    "test": "vitest run --coverage",
    "wc-manifest": "cem analyze --globs \"src/*\" --config ../../custom-elements-manifest.config.js  --outdir dist"
  },
  "publishConfig": {
    "access": "public"
  },
  "customElements": "dist/custom-elements.json",
  "web-types": "./dist/web-types.json"
}
