6738cf0842
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>
30 lines
696 B
JSON
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"
|
|
}
|
|
}
|