waibu
Version:
Web Framework for Bajo
52 lines (51 loc) • 1.31 kB
JSON
{
"name": "waibu",
"version": "1.2.4",
"description": "Web Framework for Bajo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"bajo": {
"type": "plugin"
},
"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.2",
"@fastify/compress": "^8.0.1",
"@fastify/cookie": "^11.0.2",
"@fastify/cors": "^10.0.2",
"@fastify/flash": "^6.0.3",
"@fastify/formbody": "^8.0.2",
"@fastify/helmet": "^13.0.1",
"@fastify/multipart": "^9.0.2",
"@fastify/rate-limit": "^10.2.2",
"@fastify/reply-from": "^12.0.1",
"@fastify/sensible": "^6.0.2",
"@fastify/session": "^11.1.0",
"@fastify/under-pressure": "^9.0.3",
"fastify": "^5.2.1",
"fastify-no-icon": "^7.0.0",
"query-string": "^9.1.1",
"waibu-fastify-static": "^1.1.0"
}
}