@kohanajs/platform-web-fastify
Version:
The Web Platform support using fastify
32 lines (31 loc) • 869 B
JSON
{
"name": "@kohanajs/platform-web-fastify",
"version": "2.2.2",
"description": "The Web Platform support using fastify",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kohana-js/proposals/level0/platform-web.git"
},
"keywords": [
"KohanaJS",
"web",
"fastify"
],
"author": "Kojin Nakana",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/kohana-js/proposals/level0/platform-web/issues"
},
"homepage": "https://gitlab.com/kohana-js/proposals/level0/platform-web#readme",
"dependencies": {
"fastify": "^4.14.1",
"@fastify/cookie": "^8.3.0",
"@fastify/express": "^2.3.0",
"@fastify/formbody": "^7.4.0",
"@fastify/static": "^6.9.0"
}
}