-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"name": "dbrewrite",
"version": "1.2.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",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.12.0",
"eslint-plugin-regexp": "^1.6.0",
"prisma": "latest",
"ts-toolbelt": "^9.6.0",
"typescript": "^4.7.0-beta"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"@prisma/client": "latest",
"cross-env": "^7.0.3",
"discord-api-types": "^0.30.0",
"discord.js": "^13.6.0",
"fast-glob": "^3.2.11",
"got": "^11.8.3",
"hjson": "^3.2.2",
"nekos.life": "^3.0.0",
"picocolors": "^1.0.0",
"pino": "^7.9.2",
"pretty-ms": "^7.0.1",
"source-map-support": "^0.5.21",
"typescript-memoize": "^1.1.0",
"yarn": "^1.22.18",
"zod": "^3.14.3"
}
}