-
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.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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": "vapi-web-umd",
"version": "2.1.0",
"description": "UMD bundle for Vapi AI Web module",
"main": "dist/vapi-web-bundle-2.1.0.js",
"scripts": {
"build": "webpack && node post-build.js",
"build:watch": "webpack --watch",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vapi",
"web",
"umd",
"bundle"
],
"author": "Ali Farahat (Balacode.io) <ali@balacode.io>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/vapi-web-umd.git"
},
"bugs": {
"url": "https://github.com/yourusername/vapi-web-umd/issues"
},
"homepage": "https://github.com/yourusername/vapi-web-umd#readme",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@types/node": "^20.6.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"npm-check-updates": "^16.14.20",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@vapi-ai/web": "^2.5.2"
}
}