gg-express
Version:
**GG-Express** is an Express.js wrapper that enforces strong type requirements for `GET`, `POST`, `PUT`, and `DELETE` methods. It ensures that `req.query` and `req.body` follow strict structure definitions and automatically generates an `apiConnector` cla
40 lines (39 loc) • 836 B
JSON
{
"name": "gg-express",
"version": "1.0.79",
"description": "",
"main": "dist/GGExpress.js",
"scripts": {
"build": "tsc && npm version patch --no-git-tag-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/tin.sittiyot/gg-express.git"
},
"author": "goomgum",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"app-root-path": "^3.1.0",
"axios": "^1.7.7",
"chalk": "^4.1.2",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"path": "^0.12.7"
},
"devDependencies": {
"@types/express": "^5.0.0",
"typescript": "^5.8.3"
},
"keywords": [
"express",
"typescript",
"api",
"wrapper",
"type-safe",
"backend",
"frontend",
"api-connector"
]
}