-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 985 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
40
41
{
"name": "bot",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"scripts": {
"dev": "tsnd .",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nlpjs/basic": "^4.23.5",
"@nlpjs/core": "^4.23.4",
"@nlpjs/directline-connector": "^4.23.4",
"@nlpjs/emoji": "^4.23.4",
"@nlpjs/lang-en": "^4.23.4",
"@nlpjs/lang-es": "^4.23.4",
"@nlpjs/lang-pt": "^4.23.4",
"@nlpjs/nlu": "^4.23.5",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"ffmpeg": "^0.0.4",
"node-nlp": "^4.24.0",
"unidecode": "^0.1.8",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.14",
"@types/ffmpeg": "^1.0.4",
"@types/node": "^18.7.21",
"@types/yt-search": "^2.3.2",
"nodemon": "^2.0.19",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
}
}