UNPKG

budgie-react

Version:

🐦 Flexible React project initializer — TypeScript, Redux Toolkit, React Router v6, Error Boundaries, Axios and more.

40 lines (39 loc) 1.12 kB
{ "name": "budgie-react", "version": "2.0.2", "description": "🐦 Flexible React project initializer — TypeScript, Redux Toolkit, React Router v6, Error Boundaries, Axios and more.", "main": "index.js", "bin": { "budgie-react": "./index.js", "create-budgie-app": "./index.js" }, "files": [ "index.js", "console.js", "generator.js", "prompts.js" ], "scripts": { "test": "node -e \"require('./console'); require('./generator'); console.log('All modules load OK')\"", "prepublishOnly": "npm test" }, "keywords": [ "react", "typescript", "boilerplate", "template", "cli", "redux", "redux-toolkit", "react-router", "webpack", "babel", "create-react-app", "scaffolding", "starter", "budgie" ], "author": "Yash Datir", "license": "ISC", "dependencies": {}, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/yashdatir/budgie-react.git" }, "homepage": "https://github.com/yashdatir/budgie-react#readme", "bugs": { "url": "https://github.com/yashdatir/budgie-react/issues" } }