-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.9 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "aziris",
"version": "1.0.0",
"description": "Discord bot to help a manage you server",
"main": "src/index.ts",
"private": true,
"scripts": {
"format": "eslint src --ext ts",
"prod": "ts-node -r tsconfig-paths/register --transpile-only .",
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only --ignore-watch node_modules ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mikael-R/aziris.git"
},
"bugs": {
"url": "https://github.com/Mikael-R/aziris/issues"
},
"homepage": "https://github.com/Mikael-R/aziris#readme",
"keywords": [
"aziris",
"discord",
"bot",
"help"
],
"author": "Mikael Rolim de Aquino <mikarg9@gmail.com>",
"license": "MIT",
"dependencies": {
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.7",
"moment": "^2.29.1",
"opusscript": "^0.0.7",
"redux": "^4.0.5",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.3",
"yt-search": "^2.3.1",
"ytdl-core-discord": "^1.2.3"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.1.2",
"@types/node": "^14.0.14",
"@types/redux": "^3.6.0",
"@types/yt-search": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"git-cz": "^4.7.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.13",
"prettier": "^2.1.1",
"ts-node-dev": "^1.0.0-pre.63"
}
}