-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "factotum",
"version": "6.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "tsx src/index.ts",
"dev": "tsx watch src/index.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/nwplus/Factotum.git"
},
"author": "JP Garcia, Maggie Wang, Shu Ting Hu, Daniel Pan",
"license": "ISC",
"bugs": {
"url": "https://github.com/nwplus/Factotum/issues"
},
"homepage": "https://github.com/nwplus/Factotum#readme",
"description": "",
"dependencies": {
"@sapphire/decorators": "^6.2.0",
"@sapphire/discord.js-utilities": "^7.3.3",
"@sapphire/framework": "^5.3.6",
"@sapphire/utilities": "^3.18.2",
"discord.js": "^14.20.0",
"dotenv": "^16.5.0",
"firebase-admin": "^13.4.0"
},
"devDependencies": {
"@sapphire/cli": "^1.9.3",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22.15.30",
"eslint": "^9.28.0",
"prettier": "^3.5.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1"
}
}