-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "expo-community-add-event-to-calendar",
"version": "0.10.0",
"description": "Add event to calendar",
"main": "build/AddEventToCalendar.js",
"types": "build/AddEventToCalendar.d.ts",
"sideEffects": false,
"files": [
"android/*",
"build/*",
"src/*",
"expo-module.config.json",
"package.json",
"README.md",
"tsconfig.json"
],
"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",
"expo-community-add-event-to-calendar",
"intent"
],
"repository": "https://github.com/bpouzet/expo-community-add-event-to-calendar",
"bugs": {
"url": "https://github.com/bpouzet/expo-community-add-event-to-calendar/issues"
},
"author": "Benoit Pouzet <bpouzet@gmail.com> (https://github.com/bpouzet)",
"license": "MIT",
"homepage": "https://github.com/bpouzet/expo-community-add-event-to-calendar#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^8.31.0",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.8",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"peerDependencies": {
"expo": "*"
}
}