UNPKG

rn-bounceable

Version:

Native bounceable effect for any React Native component. Built with Reanimated. Compatible with Expo.

54 lines (53 loc) 1.67 kB
{ "name": "rn-bounceable", "version": "1.2.0", "description": "Native bounceable effect for any React Native component. Built with Reanimated. Compatible with Expo.", "author": "Batyr (dev@batyr.io)", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "prebuild": "rm -rf lib", "build": "tsc && echo Build completed!", "postbuild": "prettier --write ./lib", "clean": "rm -rf ./node_modules ./package-lock.json && yarn", "lint": "eslint . --ext .js,.jsx,.ts,.tsx", "format:check": "prettier --check ./src", "format:write": "prettier --write ./src", "release:github": "npm run build && dotenv release-it", "release:npm:public": "npm run build && npm publish --access public", "release:npm:private": "npm run build && npm publish", "publish:npm": "npm run build && npm publish", "publish:npm:next": "npm run build && npm publish --tag next" }, "keywords": [ "react", "react-native", "expo", "bounceable", "reanimated" ], "files": [ "lib" ], "peerDependencies": { "react": "*", "react-native": "*", "react-native-gesture-handler": ">= 1.4.x", "react-native-reanimated": ">= 2.x.x" }, "devDependencies": { "@react-native-community/eslint-config": "^3.1.0", "@tsconfig/react-native": "^2.0.2", "@types/react": "^18.0.17", "@types/react-native": "^0.69.5", "dotenv-cli": "^6.0.0", "eslint": "^8.23.0", "prettier": "^2.7.1", "react": "^18.2.0", "react-native": "^0.69.5", "react-native-gesture-handler": "^2.6.0", "react-native-reanimated": "^2.10.0", "typescript": "^4.8.2" }, "license": "MIT" }