{
  "name": "claws-css",
  "version": "0.3.7",
  "description": "Pragmatic extensible CSS framework for building styling components and desgin systems",
  "main": "./dist/src/claws.js",
  "module": "./dist/src/claws.js",
  "types": "./dist/src/claws.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/src/claws.js",
      "types": "./dist/src/claws.d.ts"
    }
  },
  "keywords": [
    "css",
    "styling",
    "framework",
    "typescript",
    "plugin-based",
    "responsive"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Hussein-L-AlMadhachi/claws-css.git"
  },
  "bugs": {
    "url": "https://github.com/Hussein-L-AlMadhachi/claws-css/issues"
  },
  "homepage": "https://github.com/Hussein-L-AlMadhachi/claws-css#readme",
  "license": "MIT",
  "author": "Hussein Layth Al-Madhachi",
  "scripts": {
    "build": "tsc",
    "dev": "tsc && node ./dist/model.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "typescript": "^5.9.3"
  }
}
