-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "extrabotts",
"version": "1.0.0",
"description": "Einmal garbage code mit Extra-Käse bidde",
"main": "app.js",
"scripts": {
"build": "tsc",
"start": "npm run build && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"zipDatShit": "git archive -v -o extrabotTS.zip --format=zip HEAD"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LucaMertens/extrabotTS.git"
},
"keywords": [
"Käse",
"Discord",
"TypeScript"
],
"author": "Marc Leibold, Luca Mertens",
"license": "ISC",
"bugs": {
"url": "https://github.com/LucaMertens/extrabotTS/issues"
},
"homepage": "https://github.com/LucaMertens/extrabotTS#readme",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"aws-sdk": "^2.818.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"dropbox": "^4.0.30",
"isomorphic-fetch": "^2.2.1",
"mongodb": "^3.6.3",
"ytdl-core": "^2.1.7"
},
"devDependencies": {
"@types/isomorphic-fetch": "0.0.35",
"@types/mongodb": "^3.6.3",
"@types/node": "^13.13.38",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0",
"prettier": "^1.19.1",
"typescript": "^3.9.7"
}
}