| 1234567891011121314151617181920212223242526 |
- {
- "name": "spm-lcov-action",
- "version": "0.2.2",
- "description": "Swift Package Manager Code Coverage Report.",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/maxep/spm-lcov-action.git"
- },
- "keywords": [
- "swift",
- "spm",
- "coverage"
- ],
- "author": "Maxime Epain",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/maxep/spm-lcov-action/issues"
- },
- "homepage": "https://github.com/maxep/spm-lcov-action#readme",
- "dependencies": {
- "@actions/core": "^1.2.3",
- "@actions/exec": "^1.0.3",
- "@actions/github": "^2.1.1"
- }
- }
|