UNPKG

react-native-redash

Version:
71 lines (70 loc) 1.92 kB
{ "name": "react-native-redash", "version": "18.1.5", "description": "Utility library for React Native Reanimated", "sideEffects": false, "main": "lib/module/index.js", "scripts": { "lint": "eslint --ext .ts,.tsx . --max-warnings 0", "tsc": "tsc --noEmit", "test": "jest", "ci": "yarn lint && yarn tsc && yarn test", "prepare": "bob build", "semantic-release": "semantic-release" }, "repository": { "type": "git", "url": "https://github.com/wcandillon/react-native-redash.git" }, "author": "William Candillon", "license": "MIT", "bugs": { "url": "https://github.com/wcandillon/react-native-redash/issues" }, "homepage": "https://github.com/wcandillon/react-native-redash#readme", "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": "*", "react-native-reanimated": ">=2.0.0" }, "devDependencies": { "@react-native-community/bob": "^0.4.1", "@types/color": "^3.0.0", "@types/jest": "^25.1.4", "@types/react": "*", "@types/react-native": "0.63.20", "babel-jest": "^24.9.0", "babel-preset-expo": "^8.0.0", "eslint": "^9.0.0", "eslint-config-react-native-wcandillon": "4.0.1", "jest": "^24.9.0", "react": "^16.8.6", "react-native": "^0.62.3", "react-native-gesture-handler": "~1.5.0", "react-native-reanimated": "~2.8.0", "semantic-release": "24.1.0", "semantic-release-cli": "^3.0.2", "typescript": "4.3.5" }, "react-native": "lib/module/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": [ "src", "lib" ], "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "module", "typescript" ] }, "dependencies": { "abs-svg-path": "^0.1.1", "normalize-svg-path": "^1.0.1", "parse-svg-path": "^0.1.2" } }