-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 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": "p2ce-discord-bot",
"version": "2.5.1",
"engines": {
"node": ">=22.0.0"
},
"engineStrict": true,
"main": "build/main.js",
"scripts": {
"start": "node build/main.js",
"update-commands": "node build/main.js --update-commands",
"stop": "node build/main.js --stop",
"build": "tsc -p .",
"clean": "rm -rf build",
"lint": "eslint src --ext .ts --fix",
"dev": "tsc-watch --onSuccess \"node build/main.js\""
},
"author": "P2CE Moderation Team",
"description": "craftablescience was here",
"license": "MIT",
"homepage": "https://github.com/StrataSource/p2ce-discord-bot",
"bugs": {
"url": "https://github.com/StrataSource/p2ce-discord-bot/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StrataSource/p2ce-discord-bot.git"
},
"dependencies": {
"adm-zip": "^0.5.16",
"canvas": "^3.2.0",
"console-stamp": "^3.1.2",
"discord-api-types": "^0.38.36",
"discord.js": "^14.25.1",
"gif-encoder": "^0.7.2",
"gifuct-js": "^2.1.2",
"moment": "^2.30.1",
"node-fetch": "^2.6.7",
"octokit": "^3.2.2",
"owoify-js": "^2.0.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/gif-encoder": "^0.7.4",
"@types/node": "^24.10.1",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"tsc-watch": "^7.2.0",
"typescript": "^5.9.3"
}
}