-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
38
39
40
41
42
43
{
"name": "CommunityStructure",
"version": "1.0.0",
"description": "Organizational structure for using the discord.js framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"bin": {
"beautify": "./src/Utils/CLI/beautify.js",
"eslintrc": "./src/Utils/CLI/eslintrc.js",
"prettierrc": "./src/Utils/CLI/prettierrc.js"
},
"keywords": [],
"author": [
"Juaum • 愛#4009",
"ঔৣ☬✞𝓓𝖔𝖓✞☬ঔৣ#0552"
],
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"colors": "^1.4.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"glob": "^8.1.0",
"js-beautify": "^1.14.7",
"moment": "^2.29.4",
"mongoose": "^6.9.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"inquirer": "^8.2.5",
"nodemon": "^2.0.20",
"prettier": "2.8.4",
"shelljs": "^0.8.5"
}
}