mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-10 00:43:02 +01:00
24 lines
714 B
JSON
24 lines
714 B
JSON
|
{
|
||
|
"name": "mackorone-playlist-pr-bot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
|
||
|
"main": "dist/index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"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/adapter-aws-lambda-serverless": "^3.0.1",
|
||
|
"probot": "^12.2.8"
|
||
|
}
|
||
|
}
|