{
  "name": "skateui",
  "version": "0.2.10",
  "description": "Vanilla HTML compatible custom UI components",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/skateui/skateui.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/broadwayinc/skateui"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "deploy": "git pull;npm run build;npm publish;curl \"https://purge.jsdelivr.net/npm/skateui@latest/dist/skateui/skateui.esm.js\"",
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^2.22.3",
    "@types/jest": "^27.0.3",
    "jest": "^27.4.5",
    "jest-cli": "^27.4.5",
    "puppeteer": "^22.15.0"
  },
  "license": "MIT"
}
