JezK
Edit File: package.json
{ "name": "@types/eslint", "version": "6.1.9", "description": "TypeScript definitions for eslint", "license": "MIT", "contributors": [ { "name": "Pierre-Marie Dartus", "url": "https://github.com/pmdartus", "githubUsername": "pmdartus" }, { "name": "Jed Fox", "url": "https://github.com/j-f1", "githubUsername": "j-f1" }, { "name": "Saad Quadri", "url": "https://github.com/saadq", "githubUsername": "saadq" }, { "name": "Jason Kwok", "url": "https://github.com/JasonHK", "githubUsername": "JasonHK" } ], "main": "", "types": "index.d.ts", "typesVersions": { ">=3.1.0-0": { "*": [ "ts3.1/*" ] } }, "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/eslint" }, "scripts": {}, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" }, "typesPublisherContentHash": "d7c9ec8e998f122ad4910e588a439e9ef5758f0d2f675b6274f37ec79ae5740a", "typeScriptVersion": "2.8" }