2023-01-18 23:02:35 +08:00
|
|
|
{
|
|
|
|
|
"name": "@grafana/eslint-plugin",
|
|
|
|
|
"description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.",
|
2025-09-24 06:49:32 +08:00
|
|
|
"version": "12.1.3",
|
2023-01-18 23:02:35 +08:00
|
|
|
"main": "./index.cjs",
|
|
|
|
|
"author": "Grafana Labs",
|
|
|
|
|
"license": "Apache-2.0",
|
2024-04-11 00:12:31 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit"
|
|
|
|
|
},
|
2023-01-18 23:02:35 +08:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
|
|
|
"directory": "packages/grafana-eslint-rules"
|
|
|
|
|
},
|
2023-09-22 20:03:21 +08:00
|
|
|
"dependencies": {
|
2024-11-07 23:31:06 +08:00
|
|
|
"@typescript-eslint/utils": "^8.9.0"
|
2023-09-22 20:03:21 +08:00
|
|
|
},
|
2023-01-18 23:02:35 +08:00
|
|
|
"devDependencies": {
|
2024-11-07 23:31:06 +08:00
|
|
|
"@typescript-eslint/types": "^8.9.0",
|
2025-01-29 17:46:59 +08:00
|
|
|
"eslint": "9.19.0",
|
2024-12-17 17:57:45 +08:00
|
|
|
"tslib": "2.8.1"
|
2023-01-18 23:02:35 +08:00
|
|
|
},
|
|
|
|
|
"private": true
|
|
|
|
|
}
|