UNPKG

3.93 kBJSONView Raw
1{
2 "author": "The Chromium Authors",
3 "bugs": {
4 "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"
5 },
6 "description": "Chrome DevTools UI",
7 "homepage": "https://devtools.chrome.com",
8 "keywords": [
9 "devtools",
10 "chrome",
11 "chromium",
12 "blink",
13 "debugger"
14 ],
15 "license": "BSD-3-Clause",
16 "name": "chrome-devtools-frontend",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
20 },
21 "scripts": {
22 "auto-debug-e2etest": "autoninja -C out/Default && npm run debug-e2etest --",
23 "auto-debug-interactionstest": "autoninja -C out/Default && npm run debug-interactionstest --",
24 "auto-debug-unittest": "DEBUG_TEST=1 npm run auto-unittest --",
25 "auto-e2etest": "autoninja -C out/Default && npm run e2etest --",
26 "auto-interactionstest": "autoninja -C out/Default && npm run interactionstest",
27 "auto-unittest": "scripts/test/run_auto_unittests.py --no-text-coverage",
28 "build": "autoninja -C out/Default",
29 "build-release": "autoninja -C out/Release",
30 "check": "npm run check-json && npm run check-gn && npm run check-lint && npm run check-loc",
31 "check-external-links": "third_party/node/node.py --output scripts/check_external_links.js",
32 "check-gn": "third_party/node/node.py --output scripts/check_gn.js",
33 "check-json": "third_party/node/node.py --output scripts/json_validator/validate_module_json.js",
34 "check-lint": "third_party/node/node.py --output scripts/test/run_lint_check_js.mjs && third_party/node/node.py --output scripts/test/run_lint_check_css.js",
35 "check-lint-css": "third_party/node/node.py --output scripts/test/run_lint_check_css.js",
36 "collect-strings": "third_party/node/node.py --output third_party/i18n/collect-strings.js front_end",
37 "components-server": "third_party/node/node.py --output scripts/component_server/server.js",
38 "debug-e2etest": "DEBUG_TEST=1 npm run e2etest",
39 "debug-interactionstest": "DEBUG_TEST=1 npm run interactionstest",
40 "debug-test": "third_party/node/node.py --output scripts/npm_test.js --debug-devtools",
41 "debug-unittest": "DEBUG_TEST=1 npm run unittest",
42 "e2etest": "third_party/node/node.py --output scripts/test/run_test_suite.js --config=test/e2e/test-runner-config.json",
43 "eslint-test": "third_party/node/node.py --output node_modules/mocha/bin/mocha \"./scripts/eslint_rules/tests/*_test.js\"",
44 "generate-dark-mode-styles": "third_party/node/node.py --output scripts/dark_mode/generate_dark_theme_sheet.js",
45 "generate-protocol-resources": "scripts/deps/generate_protocol_resources.py && git cl format --js",
46 "install-deps": "scripts/deps/manage_node_deps.py",
47 "interactionstest": "third_party/node/node.py --output scripts/test/run_test_suite.js --config=test/interactions/test-runner-config.json",
48 "perf": "third_party/node/node.py --output scripts/test/run_test_suite.js --config=test/perf/test-runner-config.json",
49 "setup-dtrun": "cd scripts/devtools_run && npm link",
50 "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`);'",
51 "stylelint-test": "third_party/node/node.py --output ./node_modules/.bin/mocha \"./scripts/stylelint_rules/tests/*_test.js\"",
52 "test": "third_party/node/node.py --output scripts/npm_test.js",
53 "test-local": "third_party/node/node.py --output scripts/npm_test.js --layout-tests-directory=test/webtests/",
54 "ts_library-test": "./third_party/typescript/tests/verify_ts_libary.sh",
55 "unittest": "scripts/test/run_unittests.py --no-text-coverage",
56 "watch": "third_party/node/node.py --output scripts/watch_build.js"
57 },
58 "version": "1.0.947377"
59}