faster-auto
Version:
A fast and lightweight framework for building RESTful APIs with Sequelize and Node.js. Supports automatic model loading, flexible query APIs, and built-in Swagger documentation.
65 lines • 1.56 kB
JSON
{
"name": "faster-auto",
"version": "0.0.9",
"description": "A fast and lightweight framework for building RESTful APIs with Sequelize and Node.js. Supports automatic model loading, flexible query APIs, and built-in Swagger documentation.",
"main": "dist/src/index.js",
"scripts": {
"build": "rm -rf dist/* && tsc && chmod +x dist/src/bin/index.js"
},
"bin": {
"faster-auto": "dist/src/bin/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.30.0",
"@types/degit": "^2.8.6",
"@types/express": "^5.0.3",
"@types/flake-idgen": "^0.1.34",
"@types/node": "^18.14.6",
"@types/sax": "^1.2.4",
"@types/sequelize": "^4.28.20",
"@types/swagger-ui-express": "^4.1.8",
"a": "^3.0.1",
"typescript": "^4.9.5"
},
"dependencies": {
"biguint-format": "^1.0.2",
"chalk": "^5.6.0",
"degit": "^2.8.4",
"express": "^5.1.0",
"flake-idgen": "^1.4.0",
"mysql": "^2.18.1",
"openapi-types": "^12.1.3",
"pg": "^8.16.3",
"redoc-express": "^2.1.0",
"sequelize": "^6.37.7",
"swagger-ui-express": "^5.0.1"
},
"keywords": [
"faster-auto",
"fastly-auto",
"sequelize",
"sequelize-models",
"sequelize-cli",
"nodejs",
"express",
"api",
"rest-api",
"crud",
"auto-crud",
"orm",
"swagger",
"swagger-docs",
"openapi",
"postgresql",
"mysql",
"sqlite",
"fast-api",
"backend",
"framework",
"low-code",
"rapid-development",
"api-generator"
]
}