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": {
|
2022-09-13 10:04:27 +02:00
|
|
|
"dev": "ts-node-dev ./run.ts --watch index.ts",
|
2022-09-12 12:45:32 +02:00
|
|
|
"build": "tsc",
|
2022-09-13 10:04:27 +02:00
|
|
|
"start": "node ./dist/run.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",
|
2022-09-13 10:04:27 +02:00
|
|
|
"probot": "^12.2.8"
|
2022-09-12 12:45:32 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-09-12 20:56:00 +02:00
|
|
|
"node": ">=18"
|
2022-09-12 21:14:46 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-13 10:04:27 +02:00
|
|
|
"smee-client": "^1.2.3",
|
|
|
|
"ts-node-dev": "^2.0.0",
|
|
|
|
"typescript": "^4.8.3"
|
2022-09-11 19:54:16 +02:00
|
|
|
}
|
|
|
|
}
|