-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "bonobot",
"version": "1.0.0",
"description": "El bot de discord multiproposito oficial de la Comunidad Bonóbica",
"engines": {
"node": "12.x",
"npm": "6.x"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@types/express": "^4.17.9",
"@types/express-session": "^1.17.3",
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.19",
"@types/passport-discord": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"connect-mongo": "^3.2.0",
"cuid": "^2.1.8",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.6.3",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"passport-http-bearer": "^1.0.1",
"ts-node-dev": "^1.1.1",
"typescript": "^3.9.7",
"prettier": "^2.2.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0"
},
"scripts": {
"start": "ts-node ./src/server/server.ts",
"dev": "npx nodemon"
},
"author": "bonobos-dev <Cbofficial@protonmail.com>",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {}
}