{
  "name": "kromacss",
  "version": "1.1.1",
  "description": "A modern, lightweight, and dependency-free CSS framework designed for simplicity, speed, and adaptability.",
  "main": "src/js/bundle.js",
  "style": "src/css/bundle.css",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c --watch",
    "test": "echo \"No test specified\" && exit 0",
    "start": "npm run build && npm run watch",
    "lint": "stylelint '**/*.css' --fix",
    "release": "standard-version"
  },
  "keywords": [
    "css",
    "framework",
    "responsive",
    "modular",
    "accessible",
    "frontend",
    "UI",
    "design"
  ],
  "author": "Altxria Inc.",
  "license": "CC BY-ND 4.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/altxriainc/kromacss.git"
  },
  "bugs": {
    "url": "https://github.com/altxriainc/kromacss/issues"
  },
  "homepage": "https://github.com/altxriainc/kromacss",
  "dependencies": {},
  "devDependencies": {
    "rollup": "^3.2.0",
    "rollup-plugin-import-css": "^3.0.0",
    "postcss": "^8.4.0",
    "stylelint": "^15.0.0",
    "autoprefixer": "^10.4.0",
    "cssnano": "^5.1.0",
    "standard-version": "^9.5.0"
  },
  "peerDependencies": {
    "modern-css-reset": "^1.4.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "src/js/bundle.js",
    "src/css/bundle.css",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/altxriainc"
  }
}
