UNPKG

react-native-ruler-view

Version:

⚡ Lightning-fast and customizable Ruler Picker component for React Native

175 lines (174 loc) 4.17 kB
{ "name": "react-native-ruler-view", "version": "0.0.4", "description": "⚡ Lightning-fast and customizable Ruler Picker component for React Native", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "!lib/typescript/example", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepack": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn install" }, "keywords": [ "react-native", "ios", "android", "ruler", "picker", "react-native-ruler", "react-native-animated-ruler", "react-native-ruler-view", "react-native-dynamic-ruler", "react-native-smart-ruler", "react-native-interactive-ruler", "react-native-scale-ruler", "react-native-precision-ruler", "react-native-flexible-ruler", "react-native-easy-ruler", "react-native-customizable-ruler", "react-native-modern-ruler" ], "repository": "https://github.com/Inayat567/react-native-ruler-view", "author": "React Native Heroes <inayatalibalti100@gmail.com> (https://github.com/inayat567)", "license": "MIT", "bugs": { "url": "https://github.com/Inayat567/react-native-ruler-view/issues" }, "homepage": "https://github.com/Inayat567/react-native-ruler-view/blob/main/README.md", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^19.6.0", "@evilmartians/lefthook": "^1.10.1", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^9.0.4", "@types/jest": "^29.5.14", "@types/react": "~19.0.2", "@types/react-native": "0.73.0", "commitlint": "^19.6.1", "del-cli": "^6.0.0", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "pod-install": "^0.3.2", "prettier": "^3.4.2", "react": "19.0.0", "react-native": "0.76.5", "react-native-builder-bob": "^0.35.2", "release-it": "^17.11.0", "typescript": "^5.7.2" }, "resolutions": { "@types/react": "17.0.21" }, "peerDependencies": { "react": "*", "react-native": "*" }, "engines": { "node": ">= 16.0.0" }, "packageManager": "yarn@1.22.22", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "dependencies": {} }