-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 Bytes
/
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
{
"name": "badcompany",
"version": "0.0.0",
"description": "A Cloudflare Workers project, built with Wrangler",
"type": "module",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230511.0",
"@types/node": "^20.1.4",
"discord-api-types": "^0.37.42",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4",
"wrangler": "3.0.1"
},
"private": true,
"scripts": {
"start": "wrangler dev --remote",
"deploy": "wrangler publish",
"register": "node --loader ts-node/esm ./src/register.ts",
"register2": "tsc && node ./dist/register.js",
"remove": "ts-node ./src/commandRemove.ts",
"test": "ts-node ./src/test.ts"
},
"dependencies": {
"discord-interactions": "^3.4.0",
"discord.js": "^14.11.0",
"install": "^0.13.0",
"itty-router": "^3.0.12",
"ts-node": "^10.9.1"
},
"main": "index.ts",
"author": "",
"license": "ISC"
}