UNPKG

chrome-devtools-frontend

Version:
108 lines (107 loc) 4.33 kB
{ "author": "The Chromium Authors", "bugs": "http://goo.gle/devtools-bugs", "description": "Chrome DevTools UI", "homepage": "https://devtools.chrome.com", "keywords": [ "devtools", "chrome", "chromium", "blink", "debugger" ], "license": "BSD-3-Clause", "name": "chrome-devtools-frontend", "repository": { "type": "git", "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git" }, "scripts": { "bake-strings": "npm run collect-strings && vpython3 third_party/node/node.py --output third_party/i18n/bake-strings.js front_end/core/i18n/locales", "build": "autoninja -C out/Default", "build-release": "autoninja -C out/Release", "check-external-links": "vpython3 third_party/node/node.py --output scripts/check_external_links.js", "collect-strings": "vpython3 third_party/node/node.py --output third_party/i18n/collect-strings.js front_end", "components-server": "vpython3 third_party/node/node.py --output scripts/component_server/server.js", "debug-webtest": "vpython3 third_party/node/node.py --output scripts/npm_test.js --debug-devtools", "generate-dark-mode-styles": "vpython3 third_party/node/node.py --output scripts/dark_mode/generate_dark_theme_sheet.js", "generate-protocol-resources": "scripts/deps/generate_protocol_resources.py && git cl format --js", "install-deps": "scripts/deps/manage_node_deps.py", "lint": "vpython3 third_party/node/node.py --output scripts/test/run_lint_check.mjs", "prebuild": "gn gen out/Default", "rdb": "rdb stream -new -realm chrome:public --", "start": "node -e 'console.log(`This script has been removed in favor of --custom-devtools-frontend. For more information, see https://docs.google.com/document/d/1COgCBWWuTh2o-Zbp6h_z0h0LtlJaimaEDsION4RZPxc/edit?usp=sharing`);'", "webtest": "vpython3 third_party/node/node.py --output scripts/npm_test.js", "webtest-local": "vpython3 third_party/node/node.py --output scripts/npm_test.js --layout-tests-directory=test/webtests/", "ts_library-test": "./third_party/typescript/tests/verify_ts_libary.sh", "watch": "vpython3 third_party/node/node.py --output scripts/watch_build.js", "test": "vpython3 third_party/node/node.py --output scripts/run_on_target.mjs gen/test/run.js" }, "devDependencies": { "globals": "15.12.0", "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-terser": "0.4.4", "@rollup/wasm-node": "4.24.3", "@stylistic/eslint-plugin": "2.12.1", "@types/chai": "4.3.15", "@types/glob": "7.2.0", "@types/codemirror": "5.60.7", "@types/emscripten": "1.39.4", "@types/estree": "0.0.50", "@types/filesystem": "0.0.32", "@types/karma-chai-sinon": "0.1.20", "@types/marked": "4.0.1", "@types/mocha": "9.0.0", "@types/node": "22.10.7", "@types/sinon": "17.0.3", "@types/yargs": "17.0.33", "@types/webidl2": "23.13.6", "@types/wicg-task-scheduling": "2024.1.0", "@typescript-eslint/eslint-plugin": "8.18.2", "@typescript-eslint/parser": "8.18.2", "@web/rollup-plugin-import-meta-assets": "2.2.1", "chai": "4.3.4", "cssnano": "7.0.6", "cssnano-preset-lite": "4.0.3", "esbuild": "0.24.0", "eslint": "9.17.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-jsdoc": "50.6.1", "eslint-plugin-mocha": "10.5.0", "eslint-plugin-rulesdir": "0.2.2", "glob": "7.1.7", "karma": "6.4.0", "karma-chai": "0.1.0", "karma-chrome-launcher": "3.1.0", "karma-coverage": "2.1.0", "karma-mocha": "2.0.1", "karma-mocha-reporter": "2.2.5", "karma-sinon": "1.0.5", "karma-sourcemap-loader": "0.3.8", "karma-spec-reporter": "0.0.32", "license-checker": "25.0.1", "lit-analyzer": "2.0.3", "mocha": "9.2.2", "postcss": "8.5.1", "puppeteer-core": "24.1.1", "rollup-plugin-sourcemaps2": "0.4.2", "sinon": "18.0.0", "source-map-support": "0.5.21", "stylelint": "16.12.0", "stylelint-config-standard": "36.0.1", "svgo": "3.3.2", "terser": "5.37.0", "ts-lit-plugin": "2.0.2", "typescript": "5.7.3", "webidl2": "24.2.2", "yargs": "17.3.1" }, "overrides": { "@puppeteer/browsers": { "semver": "7.6.3" }, "nanoid": "3.3.8", "ws": "8.18.0" }, "version": "1.0.1418433" }