-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "patsabot",
"version": "3.0.0-alpha.1",
"author": "Patsagorn Y.",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ptsgrn/patsabot.git"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"module": "core/run.ts",
"dependencies": {
"@commander-js/extra-typings": "^13.0.0",
"@elysiajs/bearer": "^1.2.0",
"@elysiajs/jwt": "^1.2.0",
"@elysiajs/swagger": "^1.2.0",
"@paralleldrive/cuid2": "^2.2.2",
"chalk": "^5.4.1",
"commander": "^13.0.0",
"cors": "^2.8.5",
"croner": "^9.0.0",
"cronstrue": "^2.52.0",
"elysia": "^1.2.10",
"moment": "^2.30.1",
"mwn": "^2.0.4",
"mysql2": "^3.12.0",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.3",
"@types/ssh2": "^1.15.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "3.4.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"bugs": {
"url": "https://github.com/ptsgrn/patsabot/issues"
},
"description": "NodeJS for Thai wikipedia",
"homepage": "https://github.com/ptsgrn/patsabot#readme",
"license": "MIT",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"maintainers": [
{
"name": "Patsagorn Y.",
"email": "[email protected]",
"web": "https://w.wiki/JSB"
}
],
"private": "true",
"scripts": {
"start": "/data/project/patsabot/.bun/bin/bun i && /data/project/patsabot/.bun/bin/bun ./core/web.ts",
"prepare": "husky"
},
"type": "module"
}