|
{
|
|
"name": "ci-filter-tests",
|
|
"version": "1.0.0",
|
|
"description": "Tests for .github/filters.yaml pattern matching",
|
|
"scripts": {
|
|
"test": "node test-filters.js",
|
|
"coverage": "node test-filters.js --coverage"
|
|
},
|
|
"dependencies": {
|
|
"micromatch": "^4.0.8",
|
|
"yaml": "^2.7.1"
|
|
}
|
|
}
|
|
|