mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 00:47:57 +03:00
27 lines
555 B
JSON
27 lines
555 B
JSON
{
|
|
"name": "tachi-github-bot",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"description": "A GitHub bot for listening to Tachi's GitHub Repo.",
|
|
"author": "zkldi",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node js/main.js"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/webhooks": "10.1.5",
|
|
"dotenv": "16.0.0",
|
|
"express": "4.17.2",
|
|
"node-fetch": "2.6.7",
|
|
"prudence": "0.9.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "4.17.13",
|
|
"@types/node-fetch": "2.5.12",
|
|
"@types/node": "^16.0.0",
|
|
"typescript": "4.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16.0.0"
|
|
}
|
|
} |