expo-sensors
Version:
Provides access to a hardware device's accelerometer, gyroscope, magnetometer, and pedometer.
55 lines (54 loc) • 1.34 kB
JSON
{
"name": "expo-sensors",
"version": "14.0.2",
"description": "Provides access to a hardware device's accelerometer, gyroscope, magnetometer, and pedometer.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"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",
"sensors",
"accelerometer",
"devicemotion",
"gyroscope",
"lightsensor",
"magnetometer",
"pedometer",
"barometer"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-sensors"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/sensors/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"invariant": "^2.2.4"
},
"devDependencies": {
"expo-module-scripts": "^4.0.3"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
}