@mahhoura/fastify-autoroutes
Version:
Map directory structure to routes
82 lines (81 loc) • 2.38 kB
JSON
{
"name": "@mahhoura/fastify-autoroutes",
"version": "3.1.1",
"description": "Map directory structure to routes",
"main": "dist/index.js",
"prettier": "@giovannicardamone/prettier-config",
"eslintConfig": {
"extends": "@giovannicardamone/eslint-config"
},
"scripts": {
"lint": "eslint",
"build": "tsc",
"build:watch": "tsc --watch",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --collectCoverage",
"docs": "docsify generate ./docs",
"docs:watch": "docsify serve ./docs",
"prepare": "husky install",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GiovanniCardamone/fastify-autoroutes.git"
},
"keywords": [
"fastify",
"fastify-plugin",
"fastify-autoroutes",
"autoroute",
"autorouting",
"autoroutes"
],
"author": "Giovanni Cardamone",
"license": "MIT",
"bugs": {
"url": "https://github.com/GiovanniCardamone/fastify-autoroutes/issues"
},
"homepage": "https://github.com/GiovanniCardamone/fastify-autoroutes#readme",
"devDependencies": {
"@giovannicardamone/eslint-config": "^0.6.0",
"@giovannicardamone/prettier-config": "^0.1.3",
"@types/jest": "^29.5.14",
"@types/mock-fs": "^4.13.4",
"@types/node": "^22.10.2",
"coveralls": "^3.1.1",
"docsify": "^4.13.1",
"docsify-cli": "^4.4.4",
"eslint": "^9.17.0",
"fastify": "^5.1.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"light-my-request": "^6.3.0",
"mock-fs": "^5.4.1",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"dependencies": {
"@fastify/error": "^4.0.0",
"fastify-plugin": "^5.0.1",
"glob": "^11.0.0"
},
"peerDependencies": {
"fastify": "5.0.0"
},
"files": [
"dist"
],
"contributors": [
{
"name": "Giovanni Cardamone",
"email": "g.cardamone2@gmail.com",
"url": "https://giovannicardamone.github.io"
},
{
"name": "Gennaro Bosone",
"email": "gennaro.bs@gmail.com",
"url": "https://www.desidus.it"
}
]
}