Skip to content

Commit

Permalink
Add new files and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsgrn committed Mar 25, 2024
1 parent 632d5fd commit ded49f0
Show file tree
Hide file tree
Showing 14 changed files with 3,755 additions and 42 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ configstore/
.env
.tmp/
*.log
errlog
errlog

pyvenv/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "pywikibot"]
path = pywikibot
url = https://gerrit.wikimedia.org/r/pywikibot/core.git
6 changes: 0 additions & 6 deletions .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion Procfile

This file was deleted.

25 changes: 10 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"private": "true",
"description": "NodeJS for Thai wikipedia",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write . --ignore-unknown",
Expand Down Expand Up @@ -40,42 +37,40 @@
"patsabot": "./src/patsabot/run.js"
},
"dependencies": {
"@hokify/axios-rate-limit": "^2.0.5",
"@paralleldrive/cuid2": "^2.2.2",
"axios": "^1.6.2",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"cron": "^2.4.4",
"cronstrue": "^2.47.0",
"cronstrue": "^2.48.0",
"express-status-monitor": "^1.3.4",
"matrix-org-irc": "^1.5.0",
"meow": "^11.0.0",
"moment": "^2.29.4",
"moment": "^2.30.1",
"mwn": "^1.11.5",
"mysql2": "^2.3.3",
"node-ts": "^6.0.1",
"winston": "^3.11.0",
"winston-transport": "^4.6.0"
"winston": "^3.12.0",
"winston-transport": "^4.7.0"
},
"optionalDependencies": {
"body-parser": "^1.20.2",
"express": "^4.18.2"
"express": "^4.19.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/cron": "^2.4.0",
"@types/express": "^4.17.21",
"@types/express-status-monitor": "^1.3.3",
"@types/jsonfile": "^6.1.4",
"@types/luxon": "^3.3.6",
"@types/node": "^18.19.1",
"dotenv": "^16.3.1",
"@types/luxon": "^3.4.2",
"@types/node": "^18.19.26",
"dotenv": "^16.4.5",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "2.8.7",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.4.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
Loading

0 comments on commit ded49f0

Please sign in to comment.