UNPKG

miryala

Version:

A production-ready TypeScript Express.js backend generator with MongoDB or PostgreSQL support

45 lines (44 loc) 897 B
{ "name": "miryala", "version": "3.1.0", "description": "A production-ready TypeScript Express.js backend generator with MongoDB or PostgreSQL support", "main": "bin/index.js", "bin": { "miryala": "bin/index.js" }, "scripts": { "start": "node server.js", "dev": "nodemon server.js" }, "keywords": [ "express", "typescript", "starter", "template", "nodejs starter template", "starter template", "backend generator", "mongodb", "postgresql", "prisma", "mongoose", "jwt", "authentication", "predefined", "structure", "nodejs", "miryala" ], "author": "Rohit Satyanarayana Miryala", "license": "SEE LICENSE IN LICENSE", "files": [ "bin/", "lib/", "templates/", "README.md", "LICENSE" ], "dependencies": { "inquirer": "^8.2.6" } }