-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.03 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.03 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
67
68
69
70
71
72
73
74
75
76
{
"name": "bmbot",
"version": "3.0.0",
"description": "Blackmagic Design Community Discord Bot based on Discord.js. Feel free to use and adapt this script.",
"main": "dist/index.js",
"dependencies": {
"@reverse/compact": "^1.1.4",
"@reverse/random": "^1.0.12",
"@reverse/string": "^1.1.3",
"@types/sqlite3": "^3.1.7",
"canvas": "^2.8.0",
"chalk": "^4.1.2",
"cron": "^1.8.2",
"cronstrue": "^1.117.0",
"dateformat": "^4.5.1",
"discord.js": "^13.1.0",
"dom-parser": "^0.1.6",
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.1.1",
"ora": "^5.1.0",
"os-utils": "^0.0.14",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@types/cron": "^1.7.3",
"@types/dateformat": "^3.0.1",
"@types/dom-parser": "^0.1.1",
"@types/node": "^16.7.6",
"@types/node-fetch": "^2.5.12",
"@types/os-utils": "^0.0.1",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"ts-node": "^10.2.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.2"
},
"scripts": {
"dev": "npm start",
"start": "ts-node-dev --respawn src",
"build": "tsc",
"lint": "eslint --ext .ts ./src",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlackmagicCommunity/bmbot.git"
},
"contributors": [
{
"name": "Dave Caruso",
"email": "dave@davecode.me",
"url": "https://davecode.me/"
},
{
"name": "Lucas Pinto",
"url": "https://lucks.pt/"
},
{
"name": "Timothy Lukas Hättich",
"url": "https://github.com/timhaettich"
}
],
"author": "Tim Haettich",
"bugs": {
"url": "https://github.com/BlackmagicCommunity/bmbot/issues"
},
"homepage": "https://github.com/BlackmagicCommunity/bmbot"
}