-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-screen-time-api",
"version": "0.2.0",
"description": "React Native for accessing the iOS Screen Time and Android Digital Wellbeing (coming soon) APIs.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/noodleofdeath/react-native-screen-time-api.git"
},
"keywords": [
"screen time",
"digital wellbeing",
"family controls",
"react",
"react-native",
"android",
"ios"
],
"author": "noodleofdeath",
"license": "MIT",
"bugs": {
"url": "https://github.com/noodleofdeath/react-native-screen-time-api/issues"
},
"homepage": "https://github.com/noodleofdeath/react-native-screen-time-api#readme",
"dependencies": {
"react-native": "^0.73.4"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-native": "^0.73.0",
"typescript": "^5.3.3"
}
}