{
  "name": "salutecss",
  "version": "1.2.11",
  "description": "A enchanced, lightweight and fast utility-first CSS",
  "types": "./index.d.ts",
  "main": "./index.js",
  "author": "Arthur Barbosa <guevara.arthur@proton.me>",
  "homepage": "https://github.com/arthurbbarbosa/salutecss#README",
  "repository": {
    "type": "git",
    "url": "https://github.com/arthurbbarbosa/salutecss.git"
  },
  "bugs": {
    "url": "https://github.com/arthurbbarbosa/salutecss/issues",
    "email": "guevara.arthur@proton.me"
  },
  "bin": {
    "salute": "./src/bin/cli.js"
  },
  "keywords": [
    "css",
    "utility-first",
    "css-in-js"
  ],
  "devDependencies": {
    "@types/node": "^22.13.14",
    "@types/webpack": "^5.28.5",
    "typescript": "^5.8.2"
  }
}
