{
  "name": "cornell",
  "version": "1.6.4",
  "description": "CLI for Cornell University",
  "main": "src/index.js",
  "bin": {
    "cornell": "./bin/cornell",
    "cslink": "./bin/cslink"
  },
  "scripts": {
    "lint": "npx eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mrkev/cornell.git"
  },
  "keywords": [
    "cornell",
    "big",
    "red",
    "cli"
  ],
  "author": "Kevin Chavez <keh222@cornell.edu> (http://thatkevin.tk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrkev/cornell/issues"
  },
  "homepage": "https://github.com/mrkev/cornell",
  "dependencies": {
    "@types/strip-ansi": "^3.0.0",
    "chalk": "^2.4.1",
    "commander": "^2.19.0",
    "csv-parse": "^4.2.0",
    "custom-human-time": "^1.0.3",
    "inquirer": "^6.2.1",
    "inquirer-autocomplete-prompt": "^1.0.1",
    "opener": "^1.5.1",
    "plant.js": "0.0.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "strip-ansi": "^5.0.0",
    "update-notifier": "^2.5.0",
    "word-wrap": "^1.2.3"
  },
  "devDependencies": {
    "eslint": "^5.10.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1"
  }
}
