playlist-entry-validator/package.json

31 lines
788 B
JSON
Raw Normal View History

2022-09-11 19:54:16 +02:00
{
"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"
2022-09-11 19:54:16 +02:00
},
"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": {
2022-09-21 22:38:18 +02:00
"metadata-scraper": "^0.2.60",
"probot": "^12.2.8"
2022-09-12 12:45:32 +02:00
},
"engines": {
"node": ">=18"
2022-09-12 21:14:46 +02:00
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
2022-09-11 19:54:16 +02:00
}
}