UNPKG

expo-checkbox

Version:

Basic boolean input for Android, iOS and web.

53 lines (52 loc) 1.35 kB
{ "name": "expo-checkbox", "version": "4.1.4", "description": "Basic boolean input for Android, iOS and web.", "main": "build/Checkbox.js", "types": "build/Checkbox.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "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/jest-dom": "^5.16.5", "@testing-library/react": "^15.0.7", "@testing-library/react-native": "^13.1.0", "expo-module-scripts": "^4.1.6" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-web": "*" }, "peerDependenciesMeta": { "react-native-web": { "optional": true } }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "84355076bc31a356aa3d23257f387f221885f53d" }