-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 905 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
{
"name": "moodlayer",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon"
},
"author": "flaviojmendes",
"license": "ISC",
"dependencies": {
"@google-cloud/language": "^4.3.2",
"@twurple/api": "^5.3.1",
"@twurple/auth": "^5.3.1",
"@types/cors": "^2.8.13",
"@types/deepai": "^1.0.0",
"@types/express": "^4.17.13",
"@types/ws": "^8.5.3",
"axios": "^1.2.2",
"chatgpt-fix-version": "^3.3.10",
"colors": "^1.4.0",
"cors": "^2.8.5",
"deepai": "^1.0.21",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"link-shortener": "^1.2.1",
"nodemon": "^2.0.15",
"openai": "^3.1.0",
"puppeteer": "^19.5.0",
"ts-node": "^10.7.0",
"tslint": "^6.1.3",
"twitch": "^4.6.7",
"typescript": "^4.6.3",
"ws": "^8.11.0"
}
}