{
  "name": "@techfever/astral-ui",
  "version": "0.0.8",
  "homepage": "https://astral-ui.dev",
  "description": "A kit of web components, for Material Design lovers",
  "keywords": [
    "web components",
    "material design",
    "ui kit",
    "astral ui",
    "components"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/astralui/astralui.esm.js",
  "exports": {
    ".": {
      "import": "./dist/astralui/astralui.esm.js",
      "require": "./dist/astralui/astralui.cjs.js"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/techfever-soft/astral-ui.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build:stencil": "stencil build",
    "build:webpack": "webpack --config webpack.config.js",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^4.7.0",
    "@stencil/sass": "^3.0.12",
    "@types/jest": "^29.5.6",
    "@types/node": "^16.18.104",
    "compression-webpack-plugin": "^11.1.0",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "puppeteer": "^21.9.0",
    "rollup-plugin-gzip": "^4.0.0",
    "webpack": "^5.93.0",
    "webpack-cli": "^5.1.4"
  },
  "license": "MIT",
  "dependencies": {
    "@material/ripple": "^14.0.0",
    "gsap": "^3.12.5"
  }
}
