console/rules/package.json
renovate[bot] b754b1cc24
chore(deps): update dependency minimatch to v9.0.5 (#5075)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-26 08:46:24 +00:00

11 lines
207 B
JSON

{
"name": "eslint-plugin-hive",
"version": "0.0.0",
"type": "commonjs",
"private": true,
"main": "index.cjs",
"devDependencies": {
"@types/minimatch": "5.1.2",
"minimatch": "9.0.5"
}
}