UNPKG

cli-react-router

Version:

CLI to generate a project with react-router v7

37 lines (36 loc) 831 B
{ "name": "cli-react-router", "version": "1.2.0", "main": "dist/bin/index.js", "type": "module", "files": [ "dist" ], "bin": { "react-router-cli": "dist/bin/index.js" }, "scripts": { "build": "tsc", "release:patch": "npm run build && npm version patch && npm publish", "release:minor": "npm run build && npm version minor && npm publish", "release:major": "npm run build && npm version major && npm publish" }, "dependencies": { "chalk": "^5.4.1", "commander": "^11.1.0", "inquirer": "^12.5.0" }, "keywords": [ "CLI", "React", "Router", "Install" ], "author": "codegeekery", "license": "ISC", "description": "CLI to generate a project with react-router v7", "devDependencies": { "@types/node": "^22.15.3", "typescript": "^5.8.3" } }