mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-12 18:03:01 +01:00
33 lines
858 B
JSON
33 lines
858 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": "node ./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": {
|
|
"metadata-scraper": "^0.2.60",
|
|
"probot": "^12.3.3",
|
|
"promise-throttle-all": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.11",
|
|
"ts-node-dev": "^2.0.0",
|
|
"typescript": "^4.8.3"
|
|
}
|
|
}
|