{
  "name": "@mgcrea/react-native-dnd",
  "version": "2.5.3",
  "description": "Modern and easy-to-use drag&drop library for react-native",
  "author": "Olivier Louvignes <olivier@mgcrea.io>",
  "repository": "github:mgcrea/react-native-dnd",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "cd example; npm start",
    "dev": "cd example; npm run dev",
    "android": "cd example; npm run android",
    "ios": "cd example; npm run ios",
    "build": "rm -rf dist/*; tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "build:tsup": "tsup src/index.ts --format cjs,esm --sourcemap --dts --clean",
    "watch": "npm run build -- --watch",
    "prettify": "prettier --write src/ test/",
    "lint": "eslint src/ test/",
    "spec": "jest",
    "check": "tsc --noEmit",
    "test": "npm run check && npm run spec && npm run lint",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-native": ">=0.70",
    "react-native-gesture-handler": ">=2",
    "react-native-reanimated": ">=3"
  },
  "devDependencies": {
    "@babel/cli": "^7.25.9",
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/runtime": "^7.26.0",
    "@mgcrea/eslint-config-react-native": "^0.12.20",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^12.9.0",
    "@tsconfig/react-native": "^3.0.5",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.3.12",
    "@types/react-test-renderer": "^18.3.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-module-resolver": "^5.0.2",
    "eslint": "~9.14.0",
    "jest": "^30.0.0-alpha.6",
    "metro-react-native-babel-preset": "^0.77.0",
    "prettier": "^3.3.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "react": "^18.3.1",
    "react-native": "^0.76.5",
    "react-native-gesture-handler": "^2.21.2",
    "react-native-haptic-feedback": "^2.3.3",
    "react-native-reanimated": "^3.16.5",
    "react-test-renderer": "^18.3.1",
    "tsc-alias": "^1.8.10",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3"
  },
  "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}
