package.json 614 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "spm-lcov-action",
  3. "version": "0.2.2",
  4. "description": "Swift Package Manager Code Coverage Report.",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/maxep/spm-lcov-action.git"
  9. },
  10. "keywords": [
  11. "swift",
  12. "spm",
  13. "coverage"
  14. ],
  15. "author": "Maxime Epain",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/maxep/spm-lcov-action/issues"
  19. },
  20. "homepage": "https://github.com/maxep/spm-lcov-action#readme",
  21. "dependencies": {
  22. "@actions/core": "^1.2.3",
  23. "@actions/exec": "^1.0.3",
  24. "@actions/github": "^2.1.1"
  25. }
  26. }