-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 775 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 775 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
{
"name": "javabot",
"version": "1.0.0",
"description": "Discord bot with Doc Sportello personality that generates Phaser 3 games and handles GitHub commits",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"test": "node services/responseHealing.test.js"
},
"dependencies": {
"@octokit/rest": "^20.0.2",
"axios": "^1.6.0",
"axios-retry": "^4.5.0",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.22.1",
"pg": "^8.16.3",
"socket.io": "^4.8.1"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"keywords": [
"discord",
"bot",
"github",
"games",
"javascript"
],
"author": "javabot",
"license": "MIT"
}