{
  "name": "react-native-draggable",
  "version": "3.3.0",
  "description": "draggable",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest",
    "lint": "eslint Draggable.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tongyy/react-native-draggable.git"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-flow-strip-types": "^7.9.0",
    "@react-native-community/eslint-config": "1.0.0",
    "@types/react": "^16.9.34",
    "@types/react-native": "^0.62.2",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^25.3.0",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-plugin-react": "^7.19.0",
    "jest": "^25.3.0",
    "metro-react-native-babel-preset": "^0.58.0",
    "react": "16.11.0",
    "react-native": "^0.62.2",
    "react-test-renderer": "^16.11.0",
    "typescript": "^3.8.3"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/"
    ]
  },
  "keywords": [
    "react-native",
    "draggable",
    "drag",
    "drop"
  ],
  "author": "tongyy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tongyy/react-native-draggable/issues"
  },
  "homepage": "https://github.com/tongyy/react-native-draggable#readme"
}
