{
  "name": "chrome-devtools-frontend",
  "description": "Chrome DevTools UI",
  "scripts": {
    "start": "node scripts/start_chrome_and_server.js",
    "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
    "server": "node scripts/hosted_mode/server.js",
    "test": "node scripts/npm_test.js",
    "test:build": "node scripts/npm_test.js --build-only",
    "test:run": "node scripts/npm_test.js --test-only",
    "lint": "eslint front_end",
    "format": "node scripts/format.js",
    "closure": "python scripts/compile_frontend.py"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
  },
  "keywords": [
    "devtools",
    "chrome",
    "chromium",
    "blink",
    "debugger"
  ],
  "author": "The Chromium Authors",
  "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/master/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"
  },
  "homepage": "https://devtools.chrome.com",
  "devDependencies": {
    "eslint": "3.10.0",
    "clang-format": "1.0.45",
    "async": "1.5.2",
    "globby": "6.0.0"
  }
}
