-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 742 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 742 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
{
"name": "angelhandler",
"version": "1.0.0",
"description": "Discord Bot handler",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angelix1/v14-handler.git"
},
"author": "angelix1",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Angelix1/v14-handler/issues"
},
"homepage": "https://github.com/Angelix1/v14-handler#readme",
"dependencies": {
"@discordjs/rest": "^1.0.0",
"axios": "^0.27.2",
"common-tags": "^1.8.2",
"discord-api-types": "^0.36.2",
"discord.js": "^14.0.2",
"esprima": "^4.0.1"
},
"devDependencies": {
"eslint": "^8.20.0"
}
}