console/rules/package.json
renovate[bot] f6ef70ab59
chore(deps): update dependency minimatch to v10 (#5451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 10:25:51 +03:00

11 lines
208 B
JSON

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