forked from Status-Team/Status-Sharding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 KB
/
package.json
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
{
"version": "1.7.11",
"name": "@nezuchan/status-sharding",
"author": "Digital39999",
"scripts": {
"ts": "pnpm install typescript --save-dev -g",
"init": "pnpm install && pnpm run build && pnpm run start",
"start": "node dist/index.js",
"build": "tsc --build",
"watch": "tsc --watch",
"lint": "eslint . --ext .ts",
"docs": "pnpm typedoc --out docs src --validation.notExported false",
"updates": "pnpm npm-check-updates -i --format group",
"prepublish": "pnpm run build && pnpm run docs"
},
"main": "dist/index.js",
"repository": "https://github.com/Status-Team/Status-Sharding",
"license": "MIT",
"keywords": [
"discord",
"discord.js",
"sharding",
"discord-sharding",
"discord-bot",
"discord-sharding-bot",
"discord-bot-sharding",
"discord-bot-sharding-example",
"discord-sharding-example",
"discord.js-sharding-example",
"discord.js-bot-sharding-example",
"discord.js-sharding",
"discord.js-bot-sharding",
"discord.js-sharding-example",
"discord.js-bot-sharding-example",
"discord.js-sharding-example",
"discord.js-bot-sharding-example"
],
"devDependencies": {
"@types/node": "20.14.8",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"discord.js": "14.15.3",
"eslint": "8.57.0",
"typescript": "5.5.2"
},
"engines": {
"node": ">=18.4.0"
},
"dependencies": {
"@sapphire/framework": "^5.2.1"
}
}