{
    "name": "cli-templates-tool",
    "version": "0.0.9",
    "description": "install templates",
    "main": "index.js",
    "bin": "index.js",
    "type": "module",
    "repository": {
        "type": "git",
        "url": "https://github.com/Wysted/cli-templates-tool"
    },
    "keywords": [
        "Ts",
        "templates",
        "Boilerplate",
        "Tauri",
        "Rust",
        "Prisma",
        "Vue3"
    ],
    "scripts": {
        "start": "node index.js"
    },
    "author": "Wysted",
    "license": "MIT",
    "dependencies": {
        "inquirer": "9.2.16"
    }
}
