playlist-entry-validator/package.json
2022-09-12 20:56:00 +02:00

27 lines
703 B
JSON

{
"name": "mackorone-playlist-pr-bot",
"version": "1.0.0",
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
"scripts": {
"build": "tsc",
"start": "probot run ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciejpedzich/mackorone-playlist-pr-bot.git"
},
"author": "Maciej Pędzich",
"license": "MIT",
"bugs": {
"url": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot/issues"
},
"homepage": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot#readme",
"dependencies": {
"probot": "^12.2.8",
"typescript": "^4.8.3"
},
"engines": {
"node": ">=18"
}
}