{
  "name": "catalog.js",
  "version": "1.4.0",
  "description": "A JavaScript / TypeScript  API for the Middlebury course catalog.",
  "main": "./lib/classes/Scraper.js",
  "type": "module",
  "scripts": {
    "test": "node ./__tests__/test.js",
    "lib-test": "node ./lib/test.js",
    "lint": "eslint **/*.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Nicholas-Sliter/catalog.js.git"
  },
  "keywords": [
    "middlebury",
    "catalog",
    "course",
    "college"
  ],
  "author": "Nicholas Sliter",
  "contributors": [
    "Nicholas Sliter",
    "Dana Silver"
  ],
  "license": "MIT",
  "dependencies": {
    "dayjs": "^1.10.7",
    "node-fetch": "^3.2.0",
    "xml2js": "^0.6.0"
  },
  "devDependencies": {
    "@types/node": "^17.0.5",
    "eslint": "8.5.x",
    "tslib": "^2.3.1",
    "typescript": "^4.5.4",
    "uvu": "^0.5.3"
  }
}