grafana/packages/grafana-eslint-rules/package.json

26 lines
681 B
JSON
Raw Normal View History

{
"name": "@grafana/eslint-plugin",
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
"version": "11.4.0-pre",
"main": "./index.cjs",
"author": "Grafana Labs",
"license": "Apache-2.0",
"scripts": {
"typecheck": "tsc --emitDeclarationOnly false --noEmit"
},
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git",
"directory": "packages/grafana-eslint-rules"
},
"dependencies": {
2024-11-07 09:31:06 -06:00
"@typescript-eslint/utils": "^8.9.0"
},
"devDependencies": {
2024-11-07 09:31:06 -06:00
"@typescript-eslint/types": "^8.9.0",
"eslint": "9.12.0",
"tslib": "2.7.0"
},
"private": true
}