| { | |
| "name": "infra", | |
| "version": "0.0.0", | |
| "description": "Skia Infrastructure Repository", | |
| "main": ".eslintrc.js", | |
| "directories": { | |
| "doc": "docs" | |
| }, | |
| "dependencies": { | |
| "eslint": "^6.8.0", | |
| "eslint-config-airbnb-base": "^14.0.0", | |
| "eslint-plugin-import": "^2.20.1" | |
| }, | |
| "devDependencies": {}, | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "https://skia.googlesource.com/buildbot.git" | |
| }, | |
| "author": "", | |
| "license": "BSD" | |
| } |