-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
42
43
{
"name": "@flancer32/pwa-aid-mob",
"version": "0.1.0",
"description": "AI Demo PWA.",
"homepage": "https://github.com/flancer32/pwa-aid-mob/",
"bugs": {
"url": "https://github.com/flancer32/pwa-aid-mob/issues",
"email": "[email protected]"
},
"license": "Apache-2.0",
"author": {
"name": "Alex Gusev",
"email": "[email protected]",
"url": "https://github.com/flancer64"
},
"repository": "github:flancer32/pwa-aid-mob",
"scripts": {
"help": "node ./bin/tequila.mjs -h",
"start": "node ./bin/tequila.mjs web-server-start --http1",
"stop": "node ./bin/tequila.mjs web-server-stop"
},
"dependencies": {
"@deepgram/sdk": "^1.15.0",
"@google-cloud/dialogflow": "^5.5.0",
"@teqfw/core": "github:teqfw/core",
"@teqfw/di": "github:teqfw/di",
"@teqfw/test": "github:teqfw/test",
"@teqfw/ui-quasar": "github:teqfw/ui-quasar",
"@teqfw/vue": "github:teqfw/vue",
"@teqfw/web": "github:teqfw/web",
"@teqfw/web-api": "github:teqfw/web-api",
"pb-util": "^1.0.3",
"quasar": "2.14.5",
"tesseract.js": "^4.0.2",
"ws": "*"
},
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=18"
}
}