forked from AoTTG-2/IssueTrackingBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 758 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
{
"name": "issuetrackingbot",
"version": "1.0.0",
"description": "A bot to track issues between github and discord threads",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AoTTG-2/IssueTrackingBot.git"
},
"keywords": [
"aottg2"
],
"author": "AutumnThyme",
"license": "ISC",
"bugs": {
"url": "https://github.com/AoTTG-2/IssueTrackingBot/issues"
},
"homepage": "https://github.com/AoTTG-2/IssueTrackingBot#readme",
"dependencies": {
"@octokit/rest": "^21.0.2",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"express": "^4.21.0"
},
"devDependencies": {
"eslint": "^9.10.0"
}
}