playlist-entry-validator/package.json

34 lines
915 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": {
"dev": "netlify dev",
"build": "tsc"
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": {
"@netlify/functions": "github:netlify/functions",
"@probot/adapter-aws-lambda-serverless": "^3.0.3",
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": {
"smee-client": "^1.2.3",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
2022-09-11 19:54:16 +02:00
}
}