{
  "name": "uci-reg-cli",
  "version": "1.0.3",
  "description": "A command line tool to query course information from UCI",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js"
  },
  "bin": {
    "uci-reg": "src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Haixiang6123/reg-uci-cli.git"
  },
  "keywords": [],
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Haixiang6123/reg-uci-cli/issues"
  },
  "homepage": "https://github.com/Haixiang6123/reg-uci-cli",
  "dependencies": {
    "axios": "^0.19.0",
    "chalk": "^2.4.2",
    "command-line-args": "^5.1.1",
    "inquirer": "^6.4.1",
    "table": "^5.4.1"
  }
}
