UNPKG

react-native-animated-numbers

Version:
71 lines (70 loc) 1.73 kB
{ "name": "react-native-animated-numbers", "version": "0.6.3", "description": "Module that shows number changes through simple animation", "scripts": { "lint": "yarn eslint .", "build": "bob build" }, "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "react-native": "src/index.ts", "types": "lib/typescript/src/index.d.ts", "source": "src/index.ts", "files": [ "lib", "src" ], "repository": { "type": "git", "url": "git+https://github.com/heyman333/react-native-animated-numbers" }, "keywords": [ "react-native", "react-native-component", "react-component", "ios", "android", "react", "animation", "text", "number" ], "author": "youngsoohan", "license": "MIT", "bugs": { "url": "https://github.com/heyman333/react-native-animated-numbers/issues" }, "homepage": "https://github.com/heyman333/react-native-animated-numbers/blob/master/README.md", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.59" }, "devDependencies": { "eslint": "^8.51.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "@react-native/eslint-config": "^0.73.1", "prettier": "^3.0.3", "react-native": "^0.73.6", "react-native-builder-bob": "^0.23.2", "typescript": "^5.2.2", "@types/react": "^18.2.44" }, "dependencies": {}, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }