-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.35 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
44
45
46
47
48
49
50
51
52
{
"name": "marvweb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build:pug": "node build-pug.js",
"build": "npm run build:pug && vite build",
"dev": "vite",
"serve": "node server/index.js"
},
"dependencies": {
"@google-cloud/text-to-speech": "^4.2.3",
"@nlpjs/core": "^4.26.1",
"@nlpjs/lang-fr": "^4.26.1",
"@nlpjs/nlp": "^4.27.0",
"@socialgouv/jours-feries": "^2.0.0",
"axios": "^1.6.1",
"child_process": "^1.0.2",
"cities.json": "^1.1.26",
"city-timezones": "^1.2.1",
"city-timezones-offset": "^0.0.2",
"cloudflare-express": "^0.0.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "^4.18.2",
"fetch": "^1.1.0",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"geo-tz": "^7.0.7",
"helmet": "^7.1.0",
"html-encoder-decoder": "^1.3.9",
"http-errors": "~1.6.3",
"jade": "^1.9.2",
"moment-timezone": "^0.5.43",
"morgan": "~1.9.1",
"mpg123-static": "^1.0.4",
"node-mp3-player": "^1.0.3",
"node-nlp": "^3.10.2",
"node-nlp-rn": "^3.5.2",
"openai": "^3.3.0",
"path": "^0.12.7",
"range_check": "^0.0.4",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"socket.io": "^4.7.2",
"sqlite3": "^5.1.6",
"time-anywhere": "^1.0.0",
"use": "^3.1.1",
"util": "^0.12.5"
}
}