{
  "name": "@jamsch/react-native-duo-drag-drop",
  "version": "2.0.0",
  "description": "Duolingo-style drag and drop for React Native",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "android",
    "ios",
    "cpp",
    "react-native-duo-drag-drop.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "prepack": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/jamsch/react-native-duo-drag-drop",
  "author": "jamsch <12927717+jamsch@users.noreply.github.com> (https://github.com/jamsch)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jamsch/react-native-duo-drag-drop/issues"
  },
  "homepage": "https://github.com/jamsch/react-native-duo-drag-drop#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^20.0.0",
    "@react-native/babel-preset": "^0.82.1",
    "@release-it/conventional-changelog": "^10.0.2",
    "@types/react": "~18.3.11",
    "commitlint": "^20.1.0",
    "prettier": "3.7.1",
    "react": "19.1.0",
    "react-native": "0.82.1",
    "react-native-builder-bob": "^0.40.16",
    "react-native-gesture-handler": "~2.29.1",
    "react-native-reanimated": "~4.1.1",
    "react-native-worklets": "0.5.1",
    "release-it": "^19.0.6",
    "typescript": "~5.9.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*",
    "react-native-worklets": "*"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true,
      "host": "github.com",
      "tokenRef": "GITHUB_JAMSCH_TOKEN"
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": false,
    "tabWidth": 2,
    "trailingComma": "all",
    "useTabs": false,
    "printWidth": 120
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
