UNPKG

just-another-http-api

Version:

A framework built on top of fastify aimed at removing the need for any network or server configuration.

49 lines (48 loc) 1.29 kB
{ "name": "just-another-http-api", "version": "1.4.1", "description": "A framework built on top of fastify aimed at removing the need for any network or server configuration. ", "homepage": "https://github.com/OllieEdge/just-another-http-api#readme", "repository": { "type": "git", "url": "https://github.com/OllieEdge/just-another-http-api.git" }, "main": "api.js", "scripts": { "start": "node api.js", "test": "mocha" }, "keywords": [ "restapi", "restful", "rest", "fastify", "http", "server", "just another", "another" ], "author": "Oliver Edgington <oliver@edgington.com> (https://github.com/OllieEdge)", "license": "MIT", "dependencies": { "@aws-sdk/lib-storage": "^3.569.0", "@fastify/caching": "^8.3.0", "@fastify/cookie": "^9.4.0", "@fastify/cors": "^9.0.1", "@fastify/jwt": "^7.2.3", "@fastify/redis": "^6.2.0", "@fastify/websocket": "^10.0.1", "abstract-cache": "^1.0.1", "abstract-cache-redis": "^2.0.0", "eip-cloud-services": "^1.1.9", "fastify": "^4.27.0", "fastify-multer": "^2.0.3", "recursive-readdir": "^2.2.3" }, "devDependencies": { "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "eslint": "^9.2.0", "mocha": "^10.4.0" } }