@types/eslint-scope
Version:
TypeScript definitions for eslint-scope
37 lines • 1.1 kB
JSON
{
"name": "@types/eslint-scope",
"version": "8.3.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/estree": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "493bd42c43ed33601ef780070050b28e691cbd989aa478103e164a5298abd96f",
"typeScriptVersion": "5.1"
}