techdadi-express-starter-ts
Version:
CLI for creating a new Express TypeScript starter project
31 lines (30 loc) • 673 B
JSON
{
"name": "techdadi-express-starter-ts",
"version": "0.1.12-beta",
"description": "CLI for creating a new Express TypeScript starter project",
"main": "express-ts-starter.js",
"bin": {
"techdadi-express-starter-ts": "express-ts-starter.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hamzat Ajanaku",
"license": "MIT",
"keywords": [
"express",
"typescript",
"starter",
"project",
"cli"
],
"dependencies": {
"commander": "^8.1.0",
"readline-sync": "^1.4.10"
},
"files": [
"express-ts-starter.js",
"express-ts-starter-config.json",
"starter-template"
]
}