{
  "name": "@vaadin/aura",
  "version": "25.1.4",
  "publishConfig": {
    "access": "public"
  },
  "description": "Aura is a theme used by Vaadin components",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/web-components.git",
    "directory": "packages/aura"
  },
  "author": "Vaadin Ltd",
  "homepage": "https://vaadin.com/components",
  "bugs": {
    "url": "https://github.com/vaadin/web-components/issues"
  },
  "main": "aura.css",
  "type": "module",
  "scripts": {
    "build": "postcss ./aura.css --dir dist"
  },
  "files": [
    "dist",
    "src",
    "*.css"
  ],
  "keywords": [
    "vaadin",
    "aura",
    "design-system",
    "web-components",
    "web-component"
  ],
  "devDependencies": {
    "cssnano": "^7.1.1",
    "postcss": "^8.1.0",
    "postcss-cli": "^11.0.1",
    "postcss-import": "^16.1.1",
    "postcss-url": "^10.1.3"
  },
  "gitHead": "5bb94117f8f8f1f23d57a3649b4f2454f75c7223"
}
