Files
html-transform/package.json
T
2026-05-03 09:38:24 +08:00

26 lines
631 B
JSON

{
"name": "html-transform",
"version": "0.1.0",
"description": "Prototype-driven orchestration framework for transforming HTML prototypes into Vuetify implementations.",
"packageManager": "pnpm@10.10.0",
"type": "module",
"bin": {
"ht": "./src/cli.js"
},
"exports": {
".": "./src/index.js"
},
"scripts": {
"test": "node --test",
"typecheck": "node --check src/*.js src/**/*.js",
"playwright-cli": "playwright-cli",
"playwright-cli:install-browser": "playwright-cli install-browser"
},
"devDependencies": {
"@playwright/cli": "^0.1.8"
},
"engines": {
"node": ">=20"
}
}