UNPKG

react-command-flow

Version:

A beautiful interactive CLI-style command interface for React apps

41 lines (40 loc) 904 B
{ "name": "react-command-flow", "version": "1.1.0", "description": "A beautiful interactive CLI-style command interface for React apps", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "react", "cli", "command line", "terminal", "interface", "interactive" ], "author": "Your Name", "license": "MIT", "peerDependencies": { "react": "^18.0.0" }, "files": [ "dist" ], "scripts": { "build": "rollup -c" }, "devDependencies": { "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "rollup": "^2.79.2", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "react-command-flow": "^1.0.0" } }