-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
44
45
46
47
{
"name": "raidermatcher",
"version": "1.0.0",
"description": "A discord bot for college students to find classmates and form teams",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diresh-shrestha/RaiderMatcher.git"
},
"keywords": [
"discord",
"bot",
"college",
"online-classes",
"team",
"classmate"
],
"author": "\"Diresh Shrestha\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/diresh-shrestha/RaiderMatcher/issues"
},
"homepage": "https://github.com/diresh-shrestha/RaiderMatcher#readme",
"dependencies": {
"discord.js": "^12.3.1",
"eris": "^0.13.3",
"mongodb": "^3.6.2",
"mongoose": "^5.10.9",
"mongoose-beautiful-unique-validation": "^7.1.1",
"mongoose-unique-array": "^0.3.4"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.4",
"prettier": "^2.1.2"
}
}