package.json 540 B

123456789101112131415161718192021222324
  1. {
  2. "name": "drone-plugin-check-changes",
  3. "version": "0.1.0",
  4. "description": "Checks if there are changes in repo at specific files / dirs",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "https://lolg.it/herby/drone-plugin-check-changes.git"
  11. },
  12. "keywords": [
  13. "drone",
  14. "plugin",
  15. "monorepo",
  16. "check",
  17. "changes"
  18. ],
  19. "author": "Herby Vojčík <herby@mailbox.sk>",
  20. "license": "MIT",
  21. "dependencies": {
  22. "ignore": "^5.1.4"
  23. }
  24. }