-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 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
{
"name": "github-commit-discord-bot",
"version": "1.0.0",
"description": "A commit checker bot for discord servers",
"main": "index.js",
"scripts": {
"start": "nodemon app",
"build": "node app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UrWrstNightmare/Github-Commit-Discord-Bot.git"
},
"keywords": [
"Github",
"Discord",
"Bot"
],
"author": "Jiho Park",
"license": "MIT",
"bugs": {
"url": "https://github.com/UrWrstNightmare/Github-Commit-Discord-Bot/issues"
},
"homepage": "https://github.com/UrWrstNightmare/Github-Commit-Discord-Bot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"axios": "^0.26.1",
"discord-api-types": "^0.29.0",
"discord.js": "^13.6.0",
"node-persist": "^3.1.0"
},
"type": "module",
"devDependencies": {
"nodemon": "^2.0.15"
}
}