UNPKG

colleges.js

Version:

A module that gives data about colleges around the world

42 lines (41 loc) 1.02 kB
{ "name": "colleges.js", "version": "1.1.1", "description": "A module that gives data about colleges around the world", "keywords": [ "colleges", "college" ], "homepage": "https://github.com/jez020/colleges.js#readme", "bugs": { "url": "https://github.com/jez020/colleges.js/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jez020/colleges.js.git" }, "license": "MIT", "author": "Jerry Zhang", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest", "createDoc": "npx typedoc src/** --plugin varvara-typedoc-theme --theme varvara" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "jsdoc": "^4.0.4", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.3.5", "typedoc": "^0.27.6", "typescript": "^5.7.3", "varvara-typedoc-theme": "^0.1.3" }, "dependencies": { "docdash": "^2.0.2" } }