{
  "name": "jacaranda",
  "description": "A lightweight styling library for React Native",
  "version": "0.1.0",
  "license": "ISC",
  "type": "module",
  "author": {
    "name": "Javier Diaz Chamorro",
    "email": "hey@coderdiaz.com",
    "url": "https://coderdiaz.com"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/coderdiaz/jacaranda#readme",
  "bugs": "https://github.com/coderdiaz/jacaranda/issues",
  "repository": "https://github.com/coderdiaz/jacaranda.git",
  "devDependencies": {
    "@swc/cli": "0.3.12",
    "@swc/core": "1.4.16",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.2.0",
    "@testing-library/react-native": "^12.4.3",
    "@types/react": "~18.3.12",
    "@vitest/coverage-v8": "3.0.7",
    "jsdom": "^26.0.0",
    "react": "^18.3.1",
    "react-native": "^0.76.0",
    "react-test-renderer": "18.2.0",
    "vitest": "3.0.7",
    "vitest-react-native": "^0.1.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "typescript": ">=4.5.5"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.js",
    "types": "./dist/index.d.ts"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "keywords": [
    "cva",
    "class-variance-authority",
    "style-variant-api",
    "jacaranda",
    "stitches",
    "react-native",
    "css",
    "variants",
    "styling",
    "vanilla-extract",
    "css",
    "css-in-js",
    "javascript",
    "style",
    "styles",
    "stylesheet",
    "stylsheets",
    "design-system"
  ],
  "scripts": {
    "build": "pnpm run '/^build:.*/'",
    "build:cjs": "swc ./src/index.ts --config-file ./.swcrc -o dist/index.js -C module.type=commonjs",
    "build:esm": "swc ./src/index.ts --config-file ./.swcrc -o dist/index.mjs -C module.type=es6",
    "build:tsc": "tsc --project tsconfig.build.json",
    "check": "tsc --project tsconfig.json --noEmit",
    "test": "vitest run --coverage"
  }
}