@saboosanket/code-generator
Version:
This npm package is a versatile setup tool tailored for Node.js projects, enabling users to generate customized project structures and functionalities. It supports integration with Google Cloud Platform (GCP), RabbitMQ, Redis, a Prisma query generator, an
57 lines (56 loc) • 1.54 kB
JSON
{
"name": "@saboosanket/code-generator",
"version": "1.4.3",
"description": "This npm package is a versatile setup tool tailored for Node.js projects, enabling users to generate customized project structures and functionalities. It supports integration with Google Cloud Platform (GCP), RabbitMQ, Redis, a Prisma query generator, and a robust HTTP module, streamlining the development process and enhancing project efficiency.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint --fix ./*.js"
},
"bin": {
"run": "app.js"
},
"type": "module",
"author": "Sanket Saboo",
"license": "MIT",
"dependencies": {
"and": "^0.0.3",
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"inquirer": "^10.1.6",
"winston": "^3.13.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sanketsaboo/Node-Express-Scafold-Generator.git"
},
"keywords": [
"code-generator",
"nodejs",
"prisma",
"redis",
"rabbitMQ",
"gcp",
"google-cloud",
"http",
"cli",
"setup-tool",
"customizable",
"cloud-integration",
"api-management",
"message-broker",
"database-queries",
"CRUD",
"pagination",
"javascript"
]
}