react-native-redash
Version:
Utility library for React Native Reanimated
64 lines (63 loc) • 1.67 kB
JSON
{
"name": "react-native-redash",
"version": "7.3.0",
"description": "Utility library for React Native Reanimated",
"main": "lib/module/index.js",
"scripts": {
"lint": "eslint --ext .ts,.tsx src",
"tsc": "tsc --noEmit",
"test": "npm run lint && npm run",
"prepare": "bob build",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/wcandillon/redash.git"
},
"author": "William Candillon",
"license": "MIT",
"bugs": {
"url": "https://github.com/wcandillon/redash/issues"
},
"homepage": "https://github.com/wcandillon/redash#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "*",
"react-native-reanimated": "*"
},
"devDependencies": {
"@react-native-community/bob": "^0.4.1",
"@types/react": "^16.8.15",
"@types/react-native": "^0.57.51",
"eslint": "^5.16.0",
"eslint-config-react-native-wcandillon": "2.0.4",
"react": "^16.8.6",
"react-native": "^0.59.5",
"react-native-gesture-handler": "^1.2.1",
"react-native-reanimated": "^1.0.1",
"semantic-release": "^15.13.3",
"semantic-release-cli": "^4.1.2"
},
"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",
"use-memo-one": "^1.1.1"
}
}