{
    "name": "@livx.cc/frame",
    "version": "1.2.6",
    "description": "External infrastructure for Vue.js applications",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "type": "module",
    "bin": {
        "frame": "dist/bin/cli.js"
    },
    "files": [
        "dist",
        "templates"
    ],
    "scripts": {
        "build": "tsc",
        "dev": "tsc --watch",
        "prepare": "tsc || true",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "vue",
        "vite",
        "typescript",
        "router",
        "framework",
        "infrastructure"
    ],
    "author": "Livshitz",
    "license": "MIT",
    "peerDependencies": {
        "vue": "^3.3.0",
        "vite": "^4.0.0 || ^5.0.0",
        "@vitejs/plugin-vue": "^4.0.0 || ^5.0.0",
        "vue-router": "^4.0.0",
        "pinia": "^2.0.0",
        "pug": "^3.0.0"
    },
    "peerDependenciesMeta": {
        "pinia": {
            "optional": true
        },
        "pug": {
            "optional": true
        }
    },
    "dependencies": {
        "@vueuse/head": "^2.0.0",
        "chalk": "^5.3.0",
        "chokidar": "^3.5.3",
        "commander": "^11.0.0",
        "fs-extra": "^11.1.1",
        "glob": "^10.3.3"
    },
    "devDependencies": {
        "@types/fs-extra": "^11.0.1",
        "@types/glob": "^8.1.0",
        "@types/node": "^20.5.0",
        "jest": "^30.0.4",
        "typescript": "^5.1.6"
    }
}
