Files
backstage/packages/eslint-plugin/package.json
T
dependabot[bot] 6738cf0842 build(deps): bump minimatch from 9.0.5 to 10.2.1 (#32915)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.2.1.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.2.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 10.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-19 08:58:00 +01:00

30 lines
696 B
JSON

{
"name": "@backstage/eslint-plugin",
"version": "0.2.1",
"description": "Backstage ESLint plugin",
"publishConfig": {
"access": "public"
},
"homepage": "https://backstage.io",
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/eslint-plugin"
},
"license": "Apache-2.0",
"main": "./index.js",
"scripts": {
"lint": "backstage-cli package lint",
"test": "backstage-cli package test"
},
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"minimatch": "^10.2.1"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/estree": "^1.0.5",
"eslint": "^8.33.0"
}
}