-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
41 lines (41 loc) · 996 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
35
36
37
38
39
40
41
{
"name": "react-native-add-calendar-event",
"version": "5.0.0",
"description": "creating events in react native using the standard iOS / Android dialogs",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest",
"build:plugin": "tsc --build plugin"
},
"keywords": [
"react-native"
],
"author": "Vojtech Novak",
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vonovak/react-native-add-calendar-event.git"
},
"bugs": {
"url": "https://github.com/vonovak/react-native-add-calendar-event/issues"
},
"homepage": "https://github.com/vonovak/react-native-add-calendar-event#readme",
"peerDependencies": {
"expo": ">=47.0.0"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
},
"devDependencies": {
"expo": "^47.0.0",
"expo-module-scripts": "^3.0.7",
"jest": "^24.9.0",
"typescript": "^5.3.3"
}
}