feat: projcet Initialization
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user