-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 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
{
"name": "skill-tree",
"version": "2.1.0",
"description": "Discord bot to gamify Self-improvement, allowing users to keep track of their progress IRL with guided challenges.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"generate-docs": "jsdoc -c docs/jsdoc.json -r -R README.md"
},
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Skill-Tree/Skill-Tree-Discord-Bot"
},
"author": "Sean Hardy",
"contributors": [
"Swatarianess",
"Vlyr",
"Aban",
"Fair Enough"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Project-Skill-Tree/Skill-Tree-Discord-Bot/issues"
},
"dependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/core": "^7.18.2",
"@discordjs/builders": "^1.1.0",
"@sapphire/time-utilities": "^1.3.8",
"ESLint": "npm:eslint@^7.32.0",
"axios": "^0.26.1",
"canvas": "^2.9.1",
"cheerio": "^1.0.0-rc.10",
"colorette": "^1.3.0",
"discord.js": "^13.0.1",
"dotenv": "^10.0.0",
"enmap": "^5.8.5",
"jsdoc": "^3.6.10",
"node-cron": "^3.0.0",
"sharp": "^0.30.5",
"express": "^4.18.1",
"morgan": "^1.10.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/parser": "^7.17.9",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"tui-jsdoc-template": "^1.2.2"
},
"keywords": []
}