-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.55 KB
/
package.json
File metadata and controls
49 lines (49 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
{
"name": "markbot",
"version": "1.0.0",
"description": "The KAPLAY.js official Discord Bot",
"type": "module",
"private": true,
"main": "src/server.js",
"scripts": {
"start": "wrangler dev",
"ngrok": "ngrok http 8787",
"test": "c8 mocha test",
"fix": "eslint --fix '**/*.js'",
"lint": "eslint '**/*.js'",
"register": "node --experimental-strip-types src/cli/register.ts",
"clear": "node --experimental-strip-types src/cli/clear.ts",
"publish": "wrangler deploy",
"fmt": "dprint fmt",
"db:gentypes": "npx supabase gen types typescript --project-id jlhwsrgsgdubxtcgieli --schema public > src/types/database.types.ts"
},
"keywords": [],
"author": "lajbel",
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^2.5.0",
"@supabase/supabase-js": "^2.89.0",
"discord-api-types": "^0.38.10",
"discord-interactions": "^4.0.0",
"dprint": "^0.50.0",
"itty-router": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@kaplayjs/dprint-config": "^1.2.0",
"c8": "^10.1.2",
"chai": "^5.0.0",
"dotenv": "^16.0.3",
"eslint": "^9.1.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^16.0.0",
"mocha": "^11.0.0",
"ngrok": "^5.0.0-beta.2",
"prettier": "^3.2.5",
"sinon": "^20.0.0",
"supabase": "^2.70.5",
"wrangler": "^4.13.2"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}