@types/eslint-scope
Version:
TypeScript definitions for eslint-scope
39 lines • 1.17 kB
JSON
{
"name": "@types/eslint-scope",
"version": "8.4.0",
"description": "TypeScript definitions for eslint-scope",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-scope",
"license": "MIT",
"contributors": [
{
"name": "Toru Nagashima",
"githubUsername": "mysticatea",
"url": "https://github.com/mysticatea"
}
],
"type": "module",
"main": "",
"types": "index.d.ts",
"exports": {
".": {
"import": "./index.d.mts",
"require": "./index.d.cts"
},
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/eslint-scope"
},
"scripts": {},
"dependencies": {
"@types/eslint": "*",
"@types/esrecurse": "*",
"@types/estree": "*",
"eslint-visitor-keys": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "2a4d8e00b8da16d402ce848f1eae453bdc07c58203501f220882b576a40ad7eb",
"typeScriptVersion": "5.2"
}