chore: move audits to archive, update manifests

This commit is contained in:
2026-09-11 06:26:50 +05:00
parent 098897cddd
commit 1651167a57
6 changed files with 3 additions and 10 deletions
+2 -4
View File
@@ -4,14 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "pnpm --dir web test",
"dev": "pnpm --dir web dev",
"build": "pnpm --dir web build",
"format": "pnpm format:docs && pnpm --dir web format",
"format:docs": "prettier --write docs --log-level warn",
"check:docs": "prettier --check docs",
"html": "pnpm --dir refs build && node scripts/extract-static.mjs refs/.next/server/app refs-html",
"cdp-audit": "pnpm --dir web refs-cdp-audit:large"
"check:docs": "prettier --check docs"
},
"keywords": [],
"author": "Ku6epXBOCTuK",