dynamo/.github/scripts/package.json

14 lines
252 B
JSON

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