react-native-idle-timer/package.json
Marc Shilling fb1fc5189d 2.2.2
2024-03-08 13:12:31 -05:00

27 lines
611 B
JSON

{
"name": "react-native-idle-timer",
"repository": {
"type": "git",
"url": "https://github.com/marcshilling/react-native-idle-timer"
},
"version": "2.2.2",
"author": "Marc Shilling (marcshilling)",
"license": "MIT",
"description": "A cross-platform bridge that allows you to enable and disable the screen idle timer in your React Native app",
"keywords": [
"react-native",
"react-native-idle-timer",
"react",
"native",
"screen",
"lock",
"sleep",
"idle",
"timer",
"dim"
],
"nativePackage": true,
"main": "index.js",
"types": "index.d.ts"
}