UNPKG

expo-checkbox

Version:

Basic boolean input for Android, iOS and web.

52 lines 1.33 kB
{ "name": "expo-checkbox", "version": "57.0.0", "description": "Basic boolean input for Android, iOS and web.", "main": "build/Checkbox.js", "types": "build/Checkbox.d.ts", "keywords": [ "react-native", "expo", "expo-checkbox" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-checkbox" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/checkbox", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/react-native": "^13.3.0", "@types/react": "~19.2.0", "expo-module-scripts": "56.0.3" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-web": "*" }, "peerDependenciesMeta": { "react-native-web": { "optional": true } }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }