UNPKG

react-native-activity-rings

Version:
60 lines (59 loc) 1.53 kB
{ "name": "react-native-activity-rings", "version": "1.1.2", "description": "Activity Rings & Progress Chart for React Native.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "scripts": { "dev": "tsc --watch", "build": "tsc", "prepare": "tsc && echo 'Finished building NPM package'", "test": "echo \"Error: no test specified\" && exit 1", "prettier": "./node_modules/.bin/prettier --write" }, "repository": { "type": "git", "url": "git+https://github.com/thecodehunter/react-native-activity-rings.git" }, "author": "martin@sagas.tech", "license": "MIT", "peerDependencies": { "react": "> 16.7.0", "react-native": ">= 0.50.0", "react-native-svg": "^12.1.0" }, "dependencies": { "paths-js": "^0.4.10" }, "devDependencies": { "@babel/core": "~7.9.0", "@types/node": "14.0.13", "@types/react": "^16.9.36", "@types/react-native": "~0.61.23", "husky": "^4.2.1", "lint-staged": "^10.0.7", "prettier": "^1.19.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-native": "0.61.5", "typescript": "^3.9.5", "react-native-svg": "^12.1.0" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{ts,tsx,js,css}": [ "yarn prettier" ] }, "bugs": { "url": "https://github.com/thecodehunter/react-native-activity-rings/issues" }, "homepage": "https://github.com/thecodehunter/react-native-activity-rings#readme" }