{
  "name": "@js-lib/cli",
  "version": "3.0.6",
  "description": "The best third party JS|TS library scaffold",
  "author": "yanhaijing <yanhaijing@yeah.net>",
  "homepage": "https://github.com/yanhaijing/jslib-base/tree/master#readme",
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "jslib": "./bin/index.js"
  },
  "files": [
    "bin",
    "module-js",
    "module-ts",
    "util",
    "index.js"
  ],
  "engines": {
    "node": ">= 18.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yanhaijing/jslib-base.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@jsmini/extend": "^0.5.0",
    "chalk": "^4.1.2",
    "copy-dir": "^1.3.0",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "shelljs": "^0.8.5",
    "template_js": "^3.1.4",
    "validate-npm-package-name": "^5.0.0",
    "yargs": "^17.7.2"
  }
}
