mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-25 08:27:59 +03:00
29 lines
649 B
JSON
29 lines
649 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/webhooks": "10.1.5",
|
|
"@types/body-parser": "^1.19.2",
|
|
"body-parser": "^1.20.0",
|
|
"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": "^16.0.0",
|
|
"@types/node-fetch": "2.5.12",
|
|
"typescript": "4.5.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16.0.0"
|
|
}
|
|
} |