mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
* chore: bump dependencies * chore: more * chore: lol this one is absolutely going to break something
29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"name": "tachi-github-bot",
|
|
"version": "0.1.0-see-project-root",
|
|
"private": true,
|
|
"description": "A GitHub bot for listening to Tachi's GitHub Repo.",
|
|
"author": "zkldi",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"start": "tsc -b && node js/main.js"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/app": "15.1.0",
|
|
"@octokit/webhooks-types": "7.5.1",
|
|
"dotenv": "16.0.0",
|
|
"express": "4.17.2",
|
|
"node-fetch": "2.6.7",
|
|
"prudence": "0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.17.13",
|
|
"@types/node": "18.11.18",
|
|
"@types/node-fetch": "2.5.12",
|
|
"typescript": "4.9.4"
|
|
},
|
|
"engines": {
|
|
"node": "20",
|
|
"pnpm": "8"
|
|
}
|
|
} |