-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "fwo-tg",
"version": "0.3.1",
"description": "FightWorld Telegram",
"main": "index.js",
"type": "module",
"scripts": {
"start": "NODE_ENV=production bun src/fwo.ts",
"dev": "bun src/cli/dev.ts",
"test": "bun src/cli/test.ts -i",
"generate:items": "bun src/cli/generateItems.ts",
"reset-harks": "bun src/cli/resetHarks.ts",
"lint": "biome lint",
"format": "biome format",
"types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/catHD/fwo-tg.git"
},
"keywords": ["fwo", "game", "nodejs", "mmorpg"],
"author": "FWO Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/catHD/fwo-tg/issues"
},
"homepage": "https://github.com/catHD/fwo-tg#readme",
"dependencies": {
"@hono/zod-validator": "^0.4.1",
"@telegram-apps/init-data-node": "^1.1.1",
"hono": "^4.6.5",
"lodash": "^4.17.21",
"mongoose": "^8.8.0",
"telegraf": "^4.16.3",
"typescript": "^5.6.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.1.13",
"@types/lodash": "^4.17.10",
"@types/node": "^22.9.0",
"casual": "^1.6.2",
"csvtojson": "^2.0.10"
}
}