-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 908 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 908 Bytes
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
{
"name": "@wavect/react-native-calendly",
"version": "1.0.0",
"private": false,
"description": "React Native library to integrate Calendly into your Expo/React Native app",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavect/react-native-calendly.git"
},
"keywords": [
"reactnative",
"react",
"calendly",
"expo"
],
"author": "Wavect GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavect/react-native-calendly/issues"
},
"homepage": "https://wavect.io",
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-native": "^0.73.0",
"react": "^18.3.1",
"react-native": "^0.75.3",
"typescript": "^5.6.2"
},
"dependencies": {
"react-native-webview": "^13.12.2"
}
}