{ "name": "@vue-tui/cli", "version": "0.0.3", "description": "Development server for Vue 3 terminal apps with Yoga flexbox layout.", "license": "MIT", "bin": { "vue-tui": "./dist/index.mjs" }, "files": [ "dist" ], "type": "module", "exports": { ".": { "import": "./dist/index.mjs" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "vp pack", "dev": "vp pack --watch", "test": "vp test --passWithNoTests", "check:type": "tsc --noEmit", "prepublishOnly": "vp run build" }, "dependencies": { "vite": "catalog:" }, "devDependencies": { "@types/node": "catalog:", "typescript": "^6.0.3", "vite-plus": "catalog:" } }