{
	"name": "@trava/react-native-drax",
	"version": "0.9.8",
	"description": "A drag-and-drop system for React Native",
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/nuclearpasta/react-native-drax.git"
	},
	"main": "build/index.js",
	"types": "build/index.d.ts",
	"scripts": {
		"lint": "yarn run eslint src",
		"build": "yarn run tsc",
		"prepublish": "yarn run build"
	},
	"author": "Joe Lafiosca <joe@proxi.gg>",
	"license": "MIT",
	"dependencies": {
		"lodash.isequal": "^4.5.0",
		"lodash.throttle": "^4.1.1",
		"typesafe-actions": "^5.1.0"
	},
	"peerDependencies": {
		"react": "*",
		"react-native": ">=0.62.0",
		"react-native-gesture-handler": ">=1.8.0"
	},
	"devDependencies": {
		"@types/lodash.isequal": "^4.5.5",
		"@types/lodash.throttle": "^4.1.6",
		"@types/node": "^14.14.43",
		"@types/react-native": "^0.64.4",
		"@typescript-eslint/eslint-plugin": "^4.22.0",
		"@typescript-eslint/parser": "^4.22.0",
		"eslint": "^7.25.0",
		"eslint-config-airbnb-typescript": "^12.3.1",
		"eslint-plugin-import": "^2.22.1",
		"eslint-plugin-jsx-a11y": "^6.4.1",
		"eslint-plugin-react": "^7.23.2",
		"eslint-plugin-react-hooks": "^4.2.0",
		"eslint-plugin-react-native": "^3.10.0",
		"react": "^17.0.2",
		"react-native": "^0.64.1",
		"react-native-gesture-handler": "^1.8.0",
		"typescript": "^4.2.4"
	}
}
