|
7 | 7 | "main": "index.js", |
8 | 8 | "scripts": { |
9 | 9 | "clean": "node -e \"require('fs').rmSync('build', {recursive: true, force: true})\"", |
10 | | - "bundle": "npm run clean && npm run build && rollup -c rollup.config.mjs && node -e \"require('fs').rmSync('build/node_modules', {recursive: true, force: true})\"", |
| 10 | + "bundle": "npm run clean && npm run build && rollup -c rollup.config.mjs && node -e \"require('fs').rmSync('build/node_modules', {recursive: true, force: true})\" && node --experimental-strip-types scripts/append-lighthouse-notices.ts", |
11 | 11 | "build": "tsc && node --experimental-strip-types --no-warnings=ExperimentalWarning scripts/post-build.ts", |
12 | 12 | "typecheck": "tsc --noEmit", |
13 | 13 | "format": "eslint --cache --fix . && prettier --write --cache .", |
|
23 | 23 | "prepare": "node --experimental-strip-types scripts/prepare.ts", |
24 | 24 | "verify-server-json-version": "node --experimental-strip-types scripts/verify-server-json-version.ts", |
25 | 25 | "update-lighthouse": "node --experimental-strip-types scripts/update-lighthouse.ts", |
| 26 | + "verify-npm-package": "node scripts/verify-npm-package.mjs", |
26 | 27 | "eval": "npm run build && CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS=true node --experimental-strip-types scripts/eval_gemini.ts", |
27 | 28 | "count-tokens": "node --experimental-strip-types scripts/count_tokens.ts" |
28 | 29 | }, |
29 | 30 | "files": [ |
30 | 31 | "build/src", |
31 | | - "build/node_modules", |
32 | 32 | "LICENSE", |
33 | 33 | "!*.tsbuildinfo" |
34 | 34 | ], |
|
64 | 64 | "globals": "^17.0.0", |
65 | 65 | "lighthouse": "13.0.2", |
66 | 66 | "prettier": "^3.6.2", |
67 | | - "puppeteer": "24.37.4", |
68 | | - "rollup": "4.57.1", |
| 67 | + "puppeteer": "24.37.5", |
| 68 | + "rollup": "4.58.0", |
69 | 69 | "rollup-plugin-cleanup": "^3.2.1", |
70 | 70 | "rollup-plugin-license": "^3.6.0", |
71 | 71 | "sinon": "^21.0.0", |
|
0 commit comments