-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
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
{
"name": "roleping-bot",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
"author": {
"name": "devilreef",
"url": "https://github.com/devilr33f"
},
"scripts": {
"dev": "cross-env NODE_ENV=development tsx --watch src/index.ts",
"start": "tsx src/index.ts"
},
"dependencies": {
"@gramio/autoload": "^1.1.0",
"drizzle-orm": "^0.44.7",
"env-var": "^7.5.0",
"gramio": "^0.4.11",
"pg": "^8.16.3",
"tsx": "^4.20.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.2",
"@types/node": "^22.16.3",
"@types/pg": "^8.15.6",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.31.7",
"eslint": "^9.31.0"
}
}