mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-25 16:37:58 +03:00
30 lines
644 B
JSON
30 lines
644 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": "zk",
|
|
"type": "module",
|
|
"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.20.0",
|
|
"node-fetch": "3.3.2",
|
|
"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"
|
|
}
|
|
} |