💬 Commit message: Update 2026-02-06 20:32:18, 7 files, 781 lines
📁 Files changed: 7 📝 Lines changed: 781 • CLAUDE.md • biome.json • package-lock.json • package.json • browser.ts • cli.ts • server.ts
This commit is contained in:
@@ -12,6 +12,13 @@
|
||||
"build": "tsc",
|
||||
"dev": "tsc --watch",
|
||||
"start": "node dist/cli.js",
|
||||
"lint": "biome lint src/",
|
||||
"lint:fix": "biome lint --write src/",
|
||||
"format": "biome format src/",
|
||||
"format:fix": "biome format --write src/",
|
||||
"check": "biome check src/",
|
||||
"fix": "biome check --write src/",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -35,6 +42,7 @@
|
||||
"playwright": "^1.41.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.0",
|
||||
"@types/node": "^20.11.0",
|
||||
"typescript": "^5.3.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user