{
  "name": "chimeracss",
  "version": "1.6.2",
  "description": "A classless CSS-framework for clean, soft and modern design!",
  "main": "build/chimera.css",
  "files": [
    "build/*.css",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "sass src/themes:build --style=compressed",
    "watch": "sass --watch src/themes:build",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChimeraCSS/ChimeraCSS.git"
  },
  "keywords": [
    "CSS",
    "Classless",
    "Styling",
    "Design-system",
    "Responsive",
    "Soft",
    "Clean",
    "Framework",
    "Library",
    "Design",
    "UI",
    "UX",
    "SCSS"
  ],
  "author": "Markus Johansen",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ChimeraCSS/ChimeraCSS/issues"
  },
  "homepage": "https://github.com/ChimeraCSS/ChimeraCSS#readme",
  "devDependencies": {
    "prettier": "3.3.2",
    "sass": "^1.68.0"
  }
}
