{
    "name": "@sanpjs/cmd-init",
    "version": "0.1.0",
    "description": "Sanp init command",
    "main": "dist/index.js", "types": "dist/index.d.ts",
    "license": "MIT",
    "engines": {
        "node": ">=14.0.0"
    },
    "author": "",
    "repository": {
        "type": "git",
        "url": "",
        "directory": "packages/cmd-init"
    },
    "bugs": {
        "url": ""
    },
    "homepage": "",
    "keywords": [
        "san",
        "san.js",
        "sanp"
    ],
    "dependencies": {
        "@sanpjs/generator": "^0.1.0",
        "@sanpjs/utils": "^0.1.0",
        "@types/lodash.defaultsdeep": "^4.6.6",
        "@types/prompts": "^2.4.0",
        "fs-extra": "^10.0.0",
        "lodash.defaultsdeep": "^4.6.1"
    }
}
