reest
Version:
A library inspired by NestJS's elegance, specifically designed for efficient serverless API development on AWS Lambda. It streamlines the creation of microservices with automated Swagger documentation and enhanced decorator-based middleware support, makin
47 lines (46 loc) • 1.39 kB
JSON
{
"name": "reest",
"version": "0.1.2-beta",
"description": "A library inspired by NestJS's elegance, specifically designed for efficient serverless API development on AWS Lambda. It streamlines the creation of microservices with automated Swagger documentation and enhanced decorator-based middleware support, making it a go-to choice for developers seeking a robust yet lightweight solution.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc"
},
"keywords": [
"reest",
"serverless",
"aws-lambda",
"api-development",
"swagger-documentation",
"decorator-middleware",
"microservices",
"lambda-functions",
"api-automation",
"lightweight-framework",
"serverless-api",
"nestjs-inspired",
"cloud-services",
"efficient-api",
"developer-tools"
],
"author": "berkerozer",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"class-validator": "^0.14.1",
"class-validator-jsonschema": "^5.0.0",
"express": "^4.19.2",
"js2xmlparser": "^5.0.0",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"reflect-metadata": "^0.2.1",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/swagger-ui-express": "^4.1.6",
"typescript": "^5.4.5"
}
}