{
    "name": "create-huijia-nuxt-starter",
    "version": "1.0.2",
    "description": "Nuxt Starter CLI",
    "type": "module",
    "bin": {
        "create-nuxt-starter": "bin/index.mjs"
    },
    "files": [
        "bin",
        "template"
    ],
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
        "kolorist": "^1.8.0",
        "prompts": "^2.4.2"
    }
}
