{ "name": "@spotify/eslint-config-typescript", "version": "13.0.1", "license": "Apache-2.0", "description": "Spotify's ESLint config for TypeScript", "repository": { "type": "git", "url": "git+https://github.com/spotify/web-scripts.git" }, "main": "index.js", "scripts": {}, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "eslint": "^8.10.0" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": ">=5", "@typescript-eslint/parser": ">=5", "eslint": ">=8.x" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=14.17.0" }, "gitHead": "5408ad46ef5f67ab1fed191222b3ecb18de5d474" }