create-mytech
Version:
Create Your Own Techstack with basic boilerplate code.
47 lines (46 loc) • 912 B
JSON
{
"name": "create-mytech",
"version": "1.0.18",
"description": "Create Your Own Techstack with basic boilerplate code.",
"keywords": [
"create-mytech",
"typescript",
"techstack",
"Nextjs",
"Sujan Stack"
],
"repository": {
"type": "git",
"url": "https://github.com/darkweb19/create-mytech"
},
"license": "MIT",
"author": "Sujan Shrestha",
"type": "module",
"exports": "./dist/index.js",
"bin": {
"create-mytech": "./dist/index.js"
},
"files": [
"dist",
"README.md",
"helpers",
"templates",
"utils"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"start": "node dist/index.js"
},
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^12.0.1",
"ora": "^8.1.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"tsup": "^8.3.5"
}
}