This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.7 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
52
53
54
55
56
57
58
59
{
"name": "marchyguard",
"version": "0.8.1",
"description": "The guard of Marchy's Pack - coded beautifully in discord.ts",
"main": "src/Bot.ts",
"scripts": {
"start": "ts-node-dev --respawn --transpile-only src/Bot.ts",
"start:prod": "node dist/Bot.js",
"build": "tsc -p tsconfig.production.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keanu73/MarchyGuard.git"
},
"keywords": [
"discord-bot",
"discord.ts"
],
"contributors": [
"Keanu C. <keanu@keanu73.net> (https://keanu73.net)",
"Pho3niX90 (https://github.com/Pho3niX90)"
],
"license": "MIT",
"dependencies": {
"@adobe/node-fetch-retry": "^1.1.0",
"@discordjs/opus": "^0.5.0",
"@sentry/node": "^6.2.5",
"@sentry/tracing": "^6.2.5",
"@typeit/discord": "^4.0.9",
"@types/node": "github:Keanu73/DefinitelyTyped",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"dotenv-extended": "^2.9.0",
"ffmpeg-static": "^4.3.0",
"node-fetch": "^2.6.1",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"winston": "^3.3.3",
"winston-papertrail-transport": "^1.0.9",
"youtube.ts": "^0.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^6.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"tslint": "^6.1.3"
}
}