tsgo-cli
Version:
CLI tool for generating TypeScript boilerplate
42 lines (41 loc) • 710 B
JSON
{
"name": "tsgo-cli",
"version": "2.0.12",
"description": "CLI tool for generating TypeScript boilerplate",
"bin": {
"tsgo": "index.js"
},
"dependencies": {
"commander": "^10.0.1",
"figlet": "^1.6.0",
"inquirer": "^8.2.6"
},
"engines": {
"node": ">=20"
},
"files": [
"index.js",
"src/",
"templates/"
],
"scripts": {
"start": "node index.js"
},
"keywords": [
"typescript",
"nodejs",
"boilerplate",
"starter",
"cli",
"template",
"generator",
"ts",
"tsgo-cli"
],
"author": "Rave Viner",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/raveviner/tsgo-cli.git"
}
}