-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
37 lines (37 loc) · 923 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
{
"name": "vortex-register",
"version": "1.0.0",
"description": "Gelişmiş Discord Kayıt Botu",
"main": "vortex.js",
"scripts": {
"start": "node vortex.js",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SeonerVorteX/discord-register-bot.git"
},
"keywords": [
"node"
],
"author": "SeonerVorteX",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeonerVorteX/discord-register-bot/issues"
},
"homepage": "https://github.com/SeonerVorteX/discord-register-bot#readme",
"dependencies": {
"discord.js": "^12.5.3",
"fs": "0.0.1-security",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.15",
"ms": "^2.1.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"prettier": "^2.4.1"
}
}