forked from MelnCat/DBRewrite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (73 loc) · 2 KB
/
package.json
File metadata and controls
74 lines (73 loc) · 2 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "dbrewrite",
"version": "1.4.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "cross-env NODE_ENV=production node dist/",
"dev": "tsc && node dist/",
"prisma:generate": "prisma generate",
"prisma:push": "prisma db push",
"project:setup": "$npm_execpath run prisma:generate && $npm_execpath run prisma:push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MelnCat/DBRewrite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MelnCat/DBRewrite/issues"
},
"homepage": "https://github.com/MelnCat/DBRewrite#readme",
"devDependencies": {
"@types/node": "^17.0.42",
"@types/node-cron": "^3.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"discord-api-types": "^0.37.35",
"eslint": "^8.12.0",
"eslint-plugin-regexp": "^1.6.0",
"prettier": "^3.2.5",
"prisma": "^5.15.0",
"ts-node": "^10.9.1",
"ts-toolbelt": "^9.6.0",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@discordjs/builders": "^1.11.2",
"@discordjs/rest": "^0.3.0",
"@paralleldrive/cuid2": "^2.2.1",
"@prisma/client": "^5.15.0",
"@sapphire/shapeshift": "^3.8.1",
"@types/express": "^4.17.21",
"cross-env": "^7.0.3",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
"date-fns": "^3.6.0",
"discord.js": "^14.22.1",
"express": "^4.19.2",
"fast-glob": "^3.2.11",
"fastify": "^4.26.2",
"fastify-socket.io": "^5.0.0",
"got": "^11.8.3",
"hjson": "^3.2.2",
"lodash.snakecase": "^4.1.1",
"nekos.life": "^3.0.0",
"node-cron": "^3.0.3",
"nodemon": "^3.1.0",
"picocolors": "^1.0.0",
"pino": "^7.9.2",
"pretty-ms": "^7.0.1",
"socket.io": "^4.7.5",
"source-map-support": "^0.5.21",
"typescript-memoize": "^1.1.0",
"uuid": "^9.0.0",
"yarn": "^1.22.18",
"zod": "^3.14.3"
}
}