{ "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": ">=16.x" } }