UNPKG

validstart

Version:

ValidStart is a powerful and intuitive command-line interface (CLI) tool meticulously crafted to streamline the project setup process.

56 lines (55 loc) 1.27 kB
{ "name": "validstart", "version": "1.1.1", "description": "ValidStart is a powerful and intuitive command-line interface (CLI) tool meticulously crafted to streamline the project setup process.", "main": "dist/index.js", "bin": { "validstart": "dist/index.js" }, "scripts": { "dev": "ts-node src/index.ts", "build": "tsc", "lint": "eslint src --fix", "release": "standard-version && git push --follow-tags && npm publish" }, "keywords": [ "cli", "scaffold", "project-generator", "project-starter", "boilerplate", "project-setup", "code-generator", "starter-kit", "template-generator", "project-scaffolding", "validstart", "javascript-cli", "typescript-cli", "node-cli", "init", "fullstack", "frontend", "backend", "open-source", "developer-tools", "automation", "terminal-tool" ], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "chalk": "^5.4.1", "commander": "^14.0.0", "execa": "^9.6.0", "fs-extra": "^11.3.0", "inquirer": "^12.7.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^24.0.10", "standard-version": "^9.5.0", "ts-node": "^10.9.2" } }