-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 Bytes
/
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
{
"name": "ia-1",
"version": "1.0.0",
"main": "app.ts",
"scripts": {
"dev": "npx tsc-node app.ts",
"train": "node ./src/modules/chatbot/train/index.js",
"start": "node app.js"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.21.5",
"@types/node": "^18.16.3",
"@types/yauzl": "^2.10.0",
"bing-chat": "^0.2.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fix-esm": "^1.0.1",
"googleapis": "^118.0.0",
"https-proxy-agent": "^5.0.1",
"node-fetch": "^3.3.1",
"node-nlp": "^4.26.1",
"ora": "^6.3.1",
"pg": "^8.11.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.31.1",
"some-module": "^0.0.3",
"typescript": "^5.0.4"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/readline-sync": "^1.4.4",
"@types/ws": "^8.5.4",
"node-nlp-typescript": "^1.0.3"
}
}