-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "pyrite",
"type": "module",
"version": "3.0.0",
"description": "Know your members. Know your community.",
"dependencies": {
"@devraelfreeze/discordjs-pagination": "^2.7.6",
"@prisma/client": "^4.16.2",
"captcha-canvas": "^3.2.1",
"discord-js-button-pagination-ts": "^4.1.3",
"discord.js": "^14.13.0",
"fastify": "^4.23.2",
"googleapis": "^118.0.0",
"nanoid": "^4.0.2",
"qr-image": "^3.2.0",
"sharp": "^0.32.6",
"zod": "^3.22.4"
},
"engines": {
"node": ">=19 <20"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@types/node": "18.15.11",
"@types/qr-image": "^3.2.7",
"esbuild": "^0.19.4",
"prisma": "^4.16.2"
},
"scripts": {
"build": "node scripts/build.js",
"start": "node dist/index.js",
"build:start": "pnpm build && pnpm start",
"format": "biome format --write .",
"lint": "biome check --apply-unsafe ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/pyritebot/pyrite.git"
},
"keywords": [
"bot",
"verification"
],
"author": "angelnext",
"license": "GPL",
"bugs": {
"url": "https://github.com/pyritebot/pyrite/issues"
},
"homepage": "https://github.com/pyritebot/pyrite#readme"
}