|
14 | 14 | "docs:generate": "node --experimental-strip-types scripts/generate-docs.ts", |
15 | 15 | "start": "npm run build && node build/src/index.js", |
16 | 16 | "start-debug": "DEBUG=mcp:* DEBUG_COLORS=false npm run build && node build/src/index.js", |
| 17 | + "test:node20": "node --require ./build/tests/setup.js --test-reporter spec --test-force-exit --test build/tests", |
17 | 18 | "test": "npm run build && node --require ./build/tests/setup.js --no-warnings=ExperimentalWarning --test-reporter spec --test-force-exit --test \"build/tests/**/*.test.js\"", |
18 | 19 | "test:only": "npm run build && node --require ./build/tests/setup.js --no-warnings=ExperimentalWarning --test-reporter spec --test-force-exit --test --test-only \"build/tests/**/*.test.js\"", |
19 | 20 | "test:only:no-build": "node --require ./build/tests/setup.js --no-warnings=ExperimentalWarning --test-reporter spec --test-force-exit --test --test-only \"build/tests/**/*.test.js\"", |
|
37 | 38 | "mcpName": "io.github.ChromeDevTools/chrome-devtools-mcp", |
38 | 39 | "dependencies": { |
39 | 40 | "@modelcontextprotocol/sdk": "1.18.2", |
| 41 | + "core-js": "3.45.1", |
40 | 42 | "debug": "4.4.3", |
41 | 43 | "puppeteer-core": "24.22.3", |
42 | 44 | "yargs": "18.0.0" |
|
53 | 55 | "@typescript-eslint/parser": "^8.43.0", |
54 | 56 | "chrome-devtools-frontend": "1.0.1520535", |
55 | 57 | "eslint": "^9.35.0", |
56 | | - "eslint-plugin-import": "^2.32.0", |
57 | 58 | "eslint-import-resolver-typescript": "^4.4.4", |
| 59 | + "eslint-plugin-import": "^2.32.0", |
58 | 60 | "globals": "^16.4.0", |
59 | 61 | "prettier": "^3.6.2", |
60 | 62 | "puppeteer": "24.22.3", |
61 | 63 | "sinon": "^21.0.0", |
62 | | - "typescript-eslint": "^8.43.0", |
63 | | - "typescript": "^5.9.2" |
| 64 | + "typescript": "^5.9.2", |
| 65 | + "typescript-eslint": "^8.43.0" |
64 | 66 | }, |
65 | 67 | "engines": { |
66 | 68 | "node": ">=22.12.0" |
|
0 commit comments