UNPKG

waibu

Version:

Web Framework for Bajo

60 lines (59 loc) 1.47 kB
{ "name": "waibu", "version": "2.14.0", "description": "Web Framework for Bajo", "main": "index.js", "scripts": { "build-doc": "jsdoc -c .jsdoc.conf.json", "test": "mocha" }, "type": "module", "bajo": { "type": "plugin", "alias": "w", "dependencies": [ "bajo-extra" ] }, "repository": { "type": "git", "url": "git+https://github.com/ardhi/waibu.git" }, "keywords": [ "waibu", "web", "webserver", "bajo", "framework", "fastify", "modular" ], "author": "Ardhi Lukianto <ardhi@lukianto.com>", "license": "MIT", "bugs": { "url": "https://github.com/ardhi/waibu/issues" }, "homepage": "https://github.com/ardhi/waibu#readme", "dependencies": { "@fastify/accepts": "^5.0.4", "@fastify/compress": "^8.3.1", "@fastify/cookie": "^11.0.2", "@fastify/cors": "^11.2.0", "@fastify/flash": "^6.0.3", "@fastify/formbody": "^8.0.2", "@fastify/helmet": "^13.0.2", "@fastify/multipart": "^9.3.0", "@fastify/rate-limit": "^10.3.0", "@fastify/reply-from": "^12.5.0", "@fastify/sensible": "^6.0.4", "@fastify/session": "^11.1.1", "@fastify/under-pressure": "^9.0.3", "fastify": "^5.6.2", "query-string": "^9.3.1", "waibu-fastify-static": "^2.0.0" }, "devDependencies": { "clean-jsdoc-theme": "^4.3.0", "jsdoc-plugin-intersection": "^1.0.4" } }