mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 00:47:57 +03:00
27 lines
582 B
JSON
27 lines
582 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": "^13.1.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.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16.0.0"
|
|
}
|
|
} |