| { | |
| "name": "eslint-checker", | |
| "version": "1.0.0", | |
| "description": "ESLint for Infra repos", | |
| "license": "BSD-3-Clause", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://chromium.googlesource.com/infra/infra" | |
| }, | |
| "devDependencies": { | |
| "acorn": "^8.0.4", | |
| "eslint": "^7.17.0", | |
| "eslint-config-google": "^0.14.0" | |
| } | |
| } |