express-generator-template
Version:
Express with Typescript Template
20 lines (19 loc) • 426 B
JSON
{
"name": "express-generator-template",
"description": "Express with Typescript Template",
"version": "1.2.0",
"bin": "./bin.js",
"author": "mimamch",
"repository": {
"type": "git",
"url": "git+https://github.com/mimamch/express-typescript.git"
},
"keywords": [
"express",
"express-typescript"
],
"dependencies": {
"chalk": "^4.1.2",
"commander": "^10.0.1"
}
}