playlist-entry-validator/package.json
2022-09-21 22:38:18 +02:00

33 lines
867 B
JSON

{
"name": "mackorone-playlist-pr-bot",
"version": "1.0.0",
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
"scripts": {
"dev": "ts-node-dev ./run.ts --watch index.ts",
"build": "tsc",
"start": "node ./dist/run.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": {
"metadata-scraper": "^0.2.60",
"probot": "^12.2.8"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"smee-client": "^1.2.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
}
}