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