-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.39 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.39 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
43
44
45
46
47
48
{
"name": "@vapi-ai/react-native",
"version": "0.3.0",
"description": "",
"main": "dist/vapi.js",
"types": "dist/vapi.d.ts",
"scripts": {
"test": "jest",
"build": "tsc && tsc --declaration",
"generate-api": "./generate-api.sh",
"update": "./update.sh",
"generate-local-build": "npm install && npm run build && npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VapiAI/react-native-sdk"
},
"author": "vapi",
"license": "ISC",
"bugs": {
"url": "https://github.com/VapiAI/react-native-sdk/issues"
},
"homepage": "https://github.com/VapiAI/react-native-sdk",
"dependencies": {
"axios": "^1.8.1",
"events": "^3.3.0"
},
"peerDependencies": {
"@daily-co/react-native-daily-js": "^0.78.0",
"@daily-co/react-native-webrtc": "118.0.3-daily.4",
"@react-native-async-storage/async-storage": "^1.24.0",
"react-native-background-timer": "^2.4.1"
},
"devDependencies": {
"@daily-co/react-native-daily-js": "^0.78.0",
"@daily-co/react-native-webrtc": "118.0.3-daily.4",
"@react-native-async-storage/async-storage": "^1.24.0",
"react-native-background-timer": "^2.4.1",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.22",
"jest": "^29.7.0",
"openai": "^4.86.1",
"swagger-typescript-api": "^13.0.23",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}