expo-sensors
Version:
Provides access to a hardware device's accelerometer, gyroscope, magnetometer, and pedometer.
55 lines • 1.34 kB
JSON
{
"name": "expo-sensors",
"version": "57.0.1",
"description": "Provides access to a hardware device's accelerometer, gyroscope, magnetometer, and pedometer.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"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": {
"@types/invariant": "^2.2.33",
"@types/node": "^22.14.0",
"expo": "57.0.0-preview.1",
"expo-module-scripts": "56.0.3"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "b134c8d1eb906156ef7d5f6fee1a70ff0d9a8f22",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}