This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
67 lines (67 loc) · 1.69 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
60
61
62
63
64
65
66
67
{
"name": "alphasians-aina",
"version": "0.5.2",
"description": "Alphasians AINA",
"keywords": [],
"homepage": "https://github.com/Alphasians/AinaBot",
"bugs": {
"url": "https://github.com/Alphasians/AinaBot/issues"
},
"license": "MIT",
"main": "src/index.js",
"man": [],
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alphasians/AinaBot.git"
},
"scripts": {
"start": "node src/index.js",
"prepare": "husky install",
"commit": "npx --no-install cz",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix"
},
"dependencies": {
"@discordjs/opus": "^0.8.0",
"cheerio": "^1.0.0-rc.10",
"discord-economy-super": "^1.5.2",
"discord-mongo-currency": "^1.0.4",
"discord-xp": "^1.1.16",
"discord.js": "^12.5.3",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.0",
"mongoose": "^6.3.4",
"require-all": "^3.0.0",
"sequelize": "^6.29.0",
"simple-youtube-api": "^5.2.1",
"sqlite": "^4.0.23",
"ytdl-core": "^4.10.0"
},
"devDependencies": {
"@types/node": "^16.4.13",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"husky": "^7.0.0"
},
"engines": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"author": "Sonichigo"
}