UNPKG

tanzania-universities-api

Version:
47 lines (46 loc) 1.11 kB
{ "dependencies": { "apicache": "^1.6.3", "bcrypt": "^5.1.1", "bcryptjs": "^2.4.3", "body-parser": "^1.20.3", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.21.0", "express-validator": "^7.2.0", "jsonwebtoken": "^9.0.2", "redis": "^4.7.0", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "uuid": "^10.0.0", "yamljs": "^0.3.0" }, "devDependencies": { "nodemon": "^3.1.7" }, "name": "tanzania-universities-api", "version": "1.1.0", "main": "src/index.js", "scripts": { "dev": "nodemon src/index.js", "start": "node src/index.js" }, "keywords": [ "tanzania", "universities", "education", "api", "rest", "higher-education" ], "author": "Charles Luguda <charlesluguda6@gmail.com>", "license": "MIT", "description": "A comprehensive REST API for Tanzanian universities data", "repository": { "type": "git", "url": "https://github.com/charlesluguda/tanzania-universities-api.git" }, "bin": { "tanzania-universities-api": "./bin/tanzania-universities-api.js" } }