{
  "name": "@storybook/react-native-theming",
  "version": "10.4.7",
  "description": "A wrapper library around emotion 11 to provide theming support for react-native storybook",
  "keywords": [
    "react",
    "react-native",
    "storybook",
    "theming"
  ],
  "homepage": "https://storybook.js.org/",
  "bugs": {
    "url": "https://github.com/storybookjs/react-native/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/react-native.git",
    "directory": "packages/react-native-theming"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "dependencies": {
    "polished": "^4.3.1"
  },
  "devDependencies": {
    "@emotion/native": "^11.11.0",
    "@emotion/react": "^11.14.0",
    "tsdown": "^0.22.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.57.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "check:types": "tsc --noEmit",
    "dev": "node ./scripts/gendtsdev.ts && tsdown --watch"
  }
}