{
  "name": "wireframes",
  "version": "0.0.23",
  "description": "Component library for building wireframes and prototypes",
  "keywords": [
    "wireframe",
    "ui",
    "design",
    "components",
    "javascript",
    "typescript",
    "react",
    "vue"
  ],
  "author": "salteadorneo",
  "license": "BSD-3-Clause",
  "homepage": "https://salteadorneo.github.io/wireframes/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/salteadorneo/wireframes.git"
  },
  "bugs": {
    "url": "https://github.com/salteadorneo/wireframes/issues",
    "email": "hola@salteadorneo.dev"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/wireframes.esm.js",
  "files": [
    "dist/",
    "loader/",
    "hydrate/"
  ],
  "scripts": {
    "build": "cd packages/cdn && npm i && npm run build && cd .. && cd .. && stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "tailwind": "npx tailwindcss -i ./src/directives.css -o ./www/tailwind.css --watch"
  },
  "dependencies": {
    "@stencil/core": "^4.28.2"
  },
  "devDependencies": {
    "@stencil/react-output-target": "^0.8.2",
    "@stencil/vue-output-target": "^0.10.7",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.10",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "23.11.1",
    "typescript": "^5.8.2"
  }
}
