grafana/packages/grafana-eslint-rules/package.json
Grot (@grafanabot) ab7b14fecb
Release: Bump version to 10.1.0-pre (#67613)
"Release: Updated versions in package to 10.1.0-pre"
2023-05-02 09:48:59 +03:00

19 lines
533 B
JSON

{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "10.1.0-pre",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git",
"directory": "packages/grafana-eslint-rules"
},
"devDependencies": {
"@typescript-eslint/types": "^5.46.1",
"@typescript-eslint/utils": "^5.46.1"
},
"private": true
}