-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.8 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.8 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
54
55
56
57
58
59
60
{
"name": "bot-ts",
"version": "1.0.0",
"description": "Porygon in Typescript",
"main": "dist/index.js",
"scripts": {
"migrate": "npx prisma migrate dev",
"test": "tsc --build && node dist/tester.js",
"dev": "tsc --build && node . --enable-source-map",
"start": "npx prisma migrate deploy && tsc --build && node .",
"postinstall": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PorygonBot/bot-ts.git"
},
"author": "harbar20",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/PorygonBot/bot-ts/issues"
},
"homepage": "https://github.com/PorygonBot/bot-ts#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"prisma": "^5.0.0",
"ts-node": "^10.9.1"
},
"dependencies": {
"@discordjs/rest": "^1.7.1",
"@prisma/client": "^5.0.0",
"@types/node": "^20.4.2",
"@types/ws": "^8.5.5",
"@vercel/node": "^2.15.5",
"axios": "^1.4.0",
"cjs": "^0.0.11",
"combined-stream": "^1.0.8",
"discord-api-types": "^0.37.48",
"discord-interactions": "^3.4.0",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"follow-redirects": "^1.15.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"get-urls": "^12.0.0",
"googleapis": "^122.0.0",
"gtoken": "^7.0.1",
"json": "^11.0.0",
"node": "^20.4.0",
"node-html-parser": "^6.1.13",
"raw-body": "^2.5.2",
"re2": "^1.19.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"url-regex-safe": "^3.0.0",
"util": "^0.12.5",
"ws": "^8.13.0"
},
"type": "module"
}