-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 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
{
"name": "koala-web-demo",
"version": "3.0.0",
"description": "A basic demo to show how to use Koala for web browsers, using the IIFE version of the library",
"main": "index.js",
"private": true,
"scripts": {
"postinstall": "npx pvbase64 -i ../../lib/common/koala_params.pv -o ./koala_params.js",
"start": "node server.js -a localhost -p 5000"
},
"keywords": [
"Picovoice",
"Koala",
"browser",
"voice ai",
"noise suppression"
],
"author": "Picovoice Inc",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/koala-web": "3.0.0",
"@picovoice/web-voice-processor": "~4.0.8",
"mime-types": "^2.1.35"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"http-server": "^14.0.0",
"prettier": "3.5.1"
}
}