UNPKG

react-native-rounded-checkbox

Version:

Rounded Checkbox with animated and fully customizable options library for React Native

62 lines (61 loc) 1.75 kB
{ "name": "react-native-rounded-checkbox", "version": "0.3.3", "description": "Rounded Checkbox with animated and fully customizable options library for React Native", "main": "./build/dist/index.js", "repository": "git@github.com:WrathChaos/react-native-rounded-checkbox.git", "author": "FreakyCoder <kurayogun@gmail.com>", "license": "MIT", "homepage": "https://www.freakycoder.com", "bugs": "https://github.com/WrathChaos/react-native-rounded-checkbox/issues", "keywords": [ "checkbox", "rounded-checkbox", "rounded", "rn-rounded-checkbox", "animated", "animated-checkbox", "FreakyCoder", "freakycoder", "kuray", "Kuray", "react", "react-native", "javascript", "ui-lib", "rn" ], "scripts": { "build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "peerDependencies": { "@freakycoder/react-native-bounceable": ">= 0.1.1" }, "devDependencies": { "@types/react": "^16.9.22", "@types/react-native": "^0.63.0", "react-native-typescript-transformer": "^1.2.13", "typescript": "^3.7.4", "@react-native-community/eslint-config": "^0.0.5", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.2.0", "husky": "^4.2.5", "lint-staged": "^10.2.11", "prettier": "^2.0.5" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "./src/*.{js,jsx,ts,tsx}": [ "npx prettier --write", "eslint src/*.js --fix-dry-run" ] } }