-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
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
35
36
37
38
39
40
41
42
{
"name": "native-settings-elapsed-time",
"version": "0.1.0",
"description": "My new module",
"main": "src/index.ts",
"types": "src/index.d.ts",
"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",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"native-settings-elapsed-time",
"NativeSettingsElapsedTime"
],
"repository": "https://github.com/yoann84/native-settings-elapsed-time",
"bugs": {
"url": "https://github.com/yoann84/native-settings-elapsed-time/issues"
},
"author": "Yoann <yoann.le-hir@orange.fr> (https://github.com/yoann84)",
"license": "MIT",
"homepage": "https://github.com/yoann84/native-settings-elapsed-time#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.24"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}