{
  "name": "@oxidia/style-variance-authority",
  "description": "Style Variance Authority",
  "version": "1.0.5",
  "type": "module",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "dev": "vitest",
    "lint": "tsc --noEmit",
    "format": "prettier --write .",
    "check-format": "prettier --check .",
    "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
    "ci": "npm run build && npm run check-format && npm run check-exports && npm run lint && npm run test",
    "local-release": "changeset version && changeset publish",
    "changeset": "changeset",
    "changeset:version": "changeset version",
    "prepublishOnly": "npm run ci"
  },
  "license": "Apache-2.0",
  "author": "Youssef Bahlaoui <youssef-bahlaoui@outlook.fr>",
  "homepage": "https://github.com/oxidia/style-variance-authority",
  "bugs": {
    "url": "https://github.com/oxidia/style-variance-authority/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oxidia/style-variance-authority.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "Style Variance Authority",
    "style-variance-authority",
    "sva",
    "style",
    "styles",
    "variants",
    "react-native"
  ],
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.3",
    "@changesets/cli": "^2.27.12",
    "@vitest/coverage-v8": "^3.0.4",
    "prettier": "^3.4.2",
    "react-native": "*",
    "typescript": "^5.7.3",
    "vitest": "^3.0.4"
  },
  "peerDependencies": {
    "react-native": "*"
  }
}
