26 lines
631 B
JSON
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"
|
|
}
|
|
}
|