{
  "name": "@bibliolab/react-native-fluffle",
  "version": "0.7.0",
  "description": "Beautiful React Native styles, the Native way.",
  "keywords": [
    "react",
    "react-native",
    "styles",
    "stylesheet",
    "styling",
    "native",
    "android",
    "ios",
    "expo",
    "typescript",
    "javascript",
    "js",
    "ts",
    "mobile",
    "cross-platform",
    "mobile-development",
    "universal",
    "responsive",
    "oklch",
    "colors",
    "fluffle"
  ],
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.70"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/culori": "^4.0.1",
    "eslint": "^10.2.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^17.5.0",
    "prettier": "^3.8.3",
    "react": "^19.2.5",
    "react-native": "0.81.5",
    "tsup": "^8.5.1",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.58.2"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bibliolabsofficial/react-native-fluffle.git"
  },
  "homepage": "https://github.com/bibliolabsofficial/react-native-fluffle#readme",
  "bugs": {
    "url": "https://github.com/bibliolabsofficial/react-native-fluffle/issues"
  },
  "dependencies": {
    "culori": "^4.0.2"
  }
}
