-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 859 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 859 Bytes
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": "@groupme-bot",
"version": "1.0.0",
"description": "A simple GroupMe bot written in Node.js",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"axios": "^1.6.5",
"bing-chat": "^0.2.3",
"dotenv": "^16.4.1",
"express": "^4.16.4",
"fetch": "^1.1.0",
"firebase": "^10.7.2",
"luxon": "^3.4.4",
"moment-timezone": "^0.5.44",
"node-schedule": "^2.1.1",
"nodemon": "^3.0.3",
"openai": "^4.26.0"
},
"overrides": {
"@nestjs/platform-express": {
"multer": "1.4.4-lts.1"
}
},
"keywords": [
"node",
"mebots",
"express",
"groupme",
"bot"
],
"engine": {
"node": "20.x"
},
"repository": {
"type": "git",
"url": "https://github.com/Statwarts/GroupMe-bot"
},
"license": "MIT"
}