UNPKG

y3-app

Version:
53 lines (52 loc) 1.23 kB
{ "name": "y3-app", "version": "1.0.1", "description": "CLI to add your project structure", "main": "dist/main.js", "types": "dist/main.d.ts", "files": [ "dist", "README.md" ], "scripts": { "start": "ts-node src/main.ts", "build": "tsc", "dev": "nodemon src/main.ts", "prepublishOnly": "npm run build" }, "bin": { "create-y3-app": "./dist/main.js" }, "keywords": [ "cli", "starter", "template", "project-starter" ], "author": "", "license": "MIT", "dependencies": { "commander": "^12.1.0", "inquirer": "^9.3.7", "figlet": "^1.7.0", "chalk": "^4.1.2", "gradient-string": "^2.0.2", "fs-extra": "^11.3.0" }, "devDependencies": { "@types/node": "^22.15.17", "@types/figlet": "^1.5.8", "@types/inquirer": "^9.0.7", "ts-node": "^10.9.1", "typescript": "^5.8.3", "nodemon": "^3.1.10" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/create-my-app.git" }, "bugs": { "url": "https://github.com/yourusername/create-my-app/issues" }, "homepage": "https://github.com/yourusername/create-my-app#readme" }