| { | |
| "name": "devtools-run", | |
| "description": "cli helper for using devtools npm commands anywhere in a chromium repo", | |
| "version": "0.1.0", | |
| "author": "The Chromium Authors", | |
| "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/main/LICENSE", | |
| "bugs": { | |
| "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:Platform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modified%20Opened" | |
| }, | |
| "bin": { | |
| "dtrun": "./devtools_run_cli" | |
| } | |
| } |