{ "name": "@zhigang1992/reanimated-confetti", "version": "0.0.7", "description": "Confetti shower component", "keywords": [ "react-native", "reanimated", "confetti" ], "scripts": { "lint": "eslint .", "prepare": "bob build", "publish:patch": "npm version patch && git push --follow-tags && npm publish --access public", "publish:minor": "npm version minor && git push --follow-tags && npm publish --access public", "publish:major": "npm version major && git push --follow-tags && npm publish --access public", "start": "node node_modules/react-native/local-cli/cli.js start", "start:android": "react-native run-android --root example/", "start:ios": "react-native run-ios --project-path example/ios --scheme example" }, "author": "Felippe R. Puhle", "repository": { "type": "git", "url": "git+https://github.com/felippepuhle/react-native-reanimated-confetti.git" }, "license": "MIT", "main": "lib/module/index.js", "module": "lib/module/index.js", "react-native": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": [ "lib/", "src/" ], "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "module", "typescript" ] }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-reanimated": "*", "react-native-svg": "*" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", "@types/react": "^16.9.19", "@types/react-native": "^0.61.4", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-native": "^3.8.1", "eslint-plugin-standard": "^4.0.1", "metro-react-native-babel-preset": "0.54.1", "prettier": "^1.19.1", "react": "^16.12.0", "react-native": "^0.60.5", "react-native-reanimated": "^2.3.1", "react-native-svg": "^12.1.1", "typescript": "^3.7.5" } }