UNPKG

catalog.js

Version:

A JavaScript / TypeScript API for the Middlebury course catalog.

41 lines 934 B
{ "name": "catalog.js", "version": "1.2.1", "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.4.x" }, "devDependencies": { "@types/node": "^17.0.5", "eslint": "8.5.x", "tslib": "^2.3.1", "uvu": "^0.5.3", "typescript": "^4.5.4" } }