{
  "name": "@bm-cli/chrome",
  "version": "0.0.1",
  "description": "Chrome Extensions 脚手架",
  "main": "./lib/create.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@bm-cli/utils": "0.0.3",
    "chalk": "^3.0.0",
    "download-git-repo": "^3.0.2",
    "inquirer": "^7.0.1",
    "slash": "^3.0.0"
  },
  "engines": {
    "node": ">=8"
  }
}
