UNPKG

1.21 kBJSONView Raw
1{
2 "name": "expo-permissions",
3 "version": "13.2.0",
4 "description": "Allows you prompt for various permissions to access device sensors, personal data, etc.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "permissions"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git",
25 "directory": "packages/expo-permissions"
26 },
27 "bugs": {
28 "url": "https://github.com/expo/expo/issues"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://docs.expo.dev/versions/latest/sdk/permissions/",
33 "jest": {
34 "preset": "expo-module-scripts"
35 },
36 "dependencies": {},
37 "devDependencies": {
38 "@testing-library/react-hooks": "^7.0.1",
39 "expo-module-scripts": "^2.0.0"
40 },
41 "peerDependencies": {
42 "expo": "*"
43 },
44 "gitHead": "22dce752354bb429c84851bc4389abe47a766b1f"
45}