create-onetech-app
Version:
CLI to quickly set up React projects with popular templates and tools.
77 lines (76 loc) • 1.79 kB
JSON
{
"name": "create-onetech-app",
"version": "1.2.1",
"description": "CLI to quickly set up React projects with popular templates and tools.",
"main": "./dist/cli/main.js",
"type": "module",
"bin": {
"create-onetech-app": "./dist/cli/main.js"
},
"files": [
"dist",
"templates",
"assets",
"Docs",
"brand.txt",
"LICENSE",
"CONTRIBUTING.md",
"README.md"
],
"scripts": {
"test": "npx tsx src/cli/main.js",
"test:prompt": "npx tsx src/core/promt.ts",
"gen:files": "npx tsx src/core/gen.file.ts",
"build": "tsc",
"clean": "rimraf dist",
"clean:build": "rimraf dist && npm run build",
"dev:link": "npm run clean:build && npm link",
"start": "node ./dist/cli/main.js",
"push": "git add -A && git commit -m \"doc(update):README update for app-i18n\" && git push origin main"
},
"keywords": [
"onetech",
"cli",
"create-app",
"javascript",
"typescript",
"react",
"nextjs",
"next.js",
"vite",
"webpack",
"cra",
"template-generator",
"frontend",
"fullstack",
"firebase",
"tailwind",
"authentication",
"dashboard",
"i18n",
"project-scaffold",
"automation",
"boilerplate",
"starter-kit",
"developer-tools",
"open-source"
],
"author": "NIKHIL KATKURI",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NikhilKatkuri/onetech"
},
"homepage": "",
"devDependencies": {
"@types/node": "^24.0.14",
"all-contributors-cli": "^6.26.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"chalk": "^5.4.1",
"inquirer": "^12.7.0"
}
}