This repository was archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 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
{
"name": "he4rtbot-discord",
"version": "1.0.0",
"description": "Bot para o servidor heartdevs.com",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix src/**/*.js",
"dev": "nodemon src/index.js",
"start": "NODE_ENV=production node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielHe4rt/He4rtBOT-Discord.git"
},
"keywords": [
"discord.js"
],
"author": "heartdevs",
"license": "ISC",
"bugs": {
"url": "https://github.com/DanielHe4rt/He4rtBOT-Discord/issues"
},
"homepage": "https://github.com/DanielHe4rt/He4rtBOT-Discord#readme",
"dependencies": {
"@vitalets/google-translate-api": "^2.7.0",
"axios": "^0.18.0",
"canvas": "^2.3.1",
"dedent": "^0.7.0",
"discord.js": "^11.4.2",
"dotenv": "^6.2.0",
"enmap": "^4.7.1",
"fs-extra": "^7.0.1",
"is-image": "^2.0.0",
"lodash": "^4.17.13",
"mathjs": "^5.4.2",
"moment": "^2.24.0",
"slot-machine": "^2.1.0",
"snekfetch": "^4.0.4",
"sqlite3": "^4.0.6",
"tmi.js": "^1.3.1",
"twit": "^2.2.11"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"nodemon": "^1.18.10",
"prettier": "^1.16.4"
}
}