-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 835 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
{
"name": "embed-builder",
"version": "0.0.2",
"description": "A Powerfully embed builder for discord",
"main": "index.js",
"scripts": {
"start": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Max2408/Embed-Builder.git"
},
"keywords": [
"discord",
"becoditive",
"embed-builder"
],
"author": "beCoditive <contact@becoditive.xyz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Max2408/Embed-Builder/issues"
},
"homepage": "https://github.com/Max2408/Embed-Builder#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"discord.js": "^12.2.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"morgan": "^1.10.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.12"
}
}