{
  "name": "lsp-cli",
  "version": "1.0.3",
  "description": "my test for cli",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "lsp-cli": "bin/old.js",
    "lsp-init": "bin/init.js"
  },
  "keywords": [
    "cli"
  ],
  "author": "158318818@qq.com",
  "license": "MIT",
  "dependencies": {
    "chalk": "^3.0.0",
    "commander": "^5.0.0",
    "inquirer": "^7.1.0"
  }
}
