{
  "name": "@storybook/addon-ondevice-notes",
  "version": "8.6.2",
  "description": "Write notes for your react-native Storybook stories.",
  "keywords": [
    "addon",
    "notes",
    "react-native",
    "storybook"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/react-native.git",
    "directory": "packages/ondevice-notes"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "docs/**/*",
    "README.md",
    "*.js",
    "*.d.ts"
  ],
  "scripts": {
    "preprepare": "rm -rf dist/",
    "prepare": "tsc",
    "dev": "tsc --watch"
  },
  "dependencies": {
    "@storybook/core": "^8.6.6",
    "@storybook/react-native-theming": "^8.6.2",
    "react-native-markdown-display": "^7.0.2"
  },
  "devDependencies": {
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "eec6bdfc1fa3aa6536080009cb769cfa7785da1a"
}
