{ "name": "@antfu/eslint-config-ts", "version": "0.2.14", "description": "", "main": "index.js", "keywords": [], "author": "Anthony Fu (https://github.com/antfu/)", "license": "MIT", "files": [ "index.js" ], "publishConfig": { "access": "public" }, "peerDependencies": { "eslint": ">=7.4.0", "typescript": ">=3.9" }, "dependencies": { "@antfu/eslint-config-basic": "*", "@typescript-eslint/eslint-plugin": "3.6.1", "@typescript-eslint/parser": "^3.9.0" } }