@ckenx/kenx-fastify
Version:
Kenx fastify framework plugin
43 lines (42 loc) • 960 B
JSON
{
"name": "@ckenx/kenx-fastify",
"version": "0.0.6",
"description": "Kenx fastify framework plugin",
"main": "dist/index.js",
"scripts": {
"compile": "rimraf ./dist && tsc",
"prepack": "yarn compile",
"test": "",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@fastify/helmet": "^11.1.1",
"fastify": "^4.24.3"
},
"devDependencies": {
"@ckenx/node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com:ckenx/kenx-js.git",
"directory": "packages/kenx-fastify"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"kenx",
"fastify",
"node",
"deno",
"bun"
],
"author": "Fabrice Marlboro <fabrice.xyclone@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ckenx/kenx-js/issues"
},
"homepage": "https://github.com/ckenx/kenx-js#README"
}