UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@expo/react-native-action-sheet",
3 "version": "3.0.0",
4 "description": "A cross-platform ActionSheet for React Native",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "scripts": {
8 "build": "expo-module build",
9 "clean": "expo-module clean",
10 "lint:prettier": "yarn prettier src/**/*.{ts,tsx} --write"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/expo/react-native-action-sheet.git"
15 },
16 "keywords": [
17 "expo",
18 "react-native",
19 "action-sheet"
20 ],
21 "files": [],
22 "author": "Jesse Ruder <jesse@sixfivezero.net>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/expo/react-native-action-sheet/issues"
26 },
27 "homepage": "https://github.com/expo/react-native-action-sheet",
28 "devDependencies": {
29 "@types/react": "^16.8.8",
30 "@types/react-native": "^0.57.41",
31 "expo-module-scripts": "^1.0.0",
32 "prettier": "^1.16.4",
33 "react": "^16.8.4",
34 "react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
35 },
36 "peerDependencies": {
37 "react": ">=16.3.0"
38 }
39}