{
  "name": "bootcdn-cli",
  "version": "1.0.2",
  "description": "A CLI interface for bootcdn.cn",
  "main": "index.js",
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.2.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha",
    "start": "node ./bin/bootcdn"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bdbai/bootcdn-cli.git"
  },
  "bin": {
    "bootcdn": "./bin/bootcdn"
  },
  "types": "./types/index.d.ts",
  "keywords": [
    "cli",
    "bootcdn",
    "cdn"
  ],
  "author": "bdbai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bdbai/bootcdn-cli/issues"
  },
  "homepage": "https://github.com/bdbai/bootcdn-cli#readme",
  "dependencies": {
    "cache-manager": "^2.10.0",
    "cache-manager-fs": "^1.0.8",
    "chalk": "^2.4.2",
    "commander": "^3.0.1",
    "copy-paste": "^1.3.0",
    "node-fetch": "^2.6.0",
    "npmlog": "^4.1.2",
    "readline-sync": "^1.4.10"
  }
}
