{
  "name": "@storybook/addon-ondevice-backgrounds",
  "version": "9.0.9",
  "description": "A react-native storybook addon to show different backgrounds for your preview",
  "keywords": [
    "addon",
    "background",
    "react",
    "storybook"
  ],
  "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/ondevice-backgrounds"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "docs/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "prepare": "tsc",
    "dev": "tsc --watch"
  },
  "dependencies": {
    "@storybook/react-native-theming": "^9.0.9"
  },
  "devDependencies": {
    "typescript": "~5.8.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "storybook": "^9.0.9"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6c247692ee0ede93df4e7df6e27e832e3e40a45d"
}
