-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 961 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
{
"name": "insert-emoji-manager",
"version": "1.0.0",
"description": "[Add the bot to your server](https://discord.com/oauth2/authorize?client_id=819662243971989567&scope=bot&permissions=1074056256)",
"main": "src/index.js",
"scripts": {
"start": "cd src && node .",
"devStart": "cd src && nodemon ."
},
"keywords": [],
"author": "AllanGame, iAtog",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"discord.js": "github:discordjs/discord.js#df324e2c21171aa17bc4e43f4a36f78c2f0eaec1",
"express": "^4.17.1",
"moment": "^2.29.1",
"mongoose": "^5.10.11",
"ms": "^2.1.3"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllanGame/discord-emoji-manager.git"
},
"bugs": {
"url": "https://github.com/AllanGame/discord-emoji-manager/issues"
},
"homepage": "https://github.com/AllanGame/discord-emoji-manager#readme"
}