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-03-25 14:44:28 -05:00
|
|
|
"version": "11.1.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-01-10 10:17:54 -06:00
|
|
|
"@typescript-eslint/utils": "^6.0.0"
|
2023-09-22 07:03:21 -05:00
|
|
|
},
|
2023-01-18 09:02:35 -06:00
|
|
|
"devDependencies": {
|
2024-01-10 10:17:54 -06:00
|
|
|
"@typescript-eslint/types": "^6.0.0",
|
2024-02-27 07:59:24 -06:00
|
|
|
"eslint": "8.57.0",
|
2024-01-17 07:05:43 -06:00
|
|
|
"tslib": "2.6.2"
|
2023-01-18 09:02:35 -06:00
|
|
|
},
|
|
|
|
"private": true
|
|
|
|
}
|