-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.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
{
"name": "plane",
"version": "1.7.2",
"description": "An extremely modular Discord bot designed to help RAF students with their RAFK (RAF Knowledge) and aircraft recognition. ",
"main": "bot.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node bot/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KingWaffleIII/Plane.git"
},
"author": "KingWaffleIII",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/KingWaffleIII/Plane/issues"
},
"homepage": "https://github.com/KingWaffleIII/Plane#readme",
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.15.3",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.3.2",
"sequelize-cli": "^6.6.2",
"typescript": "^5.5.3"
}
}