gen-ts-project
Version:
An easy-to-use CLI that generates a full TypeScript project.
36 lines (35 loc) • 736 B
JSON
{
"name": "gen-ts-project",
"version": "1.0.0",
"main": "index.js",
"bin": {
"gen-ts-project": "index.js"
},
"scripts": {
"lint": "prettier --write .",
"test": "node index.js",
"push": "git push",
"publish": "npm publish"
},
"keywords": [
"cli",
"typescript",
"ts",
"ts-cli",
"ts-project"
],
"author": "",
"license": "ISC",
"dependencies": {
"consola": "^2.15.0",
"prettier": "^2.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gautam-paranjape/new-ts-project.git"
},
"description": "An easy-to-use CLI that generates a full TypeScript project."
}