react-command-flow
Version:
A beautiful interactive CLI-style command interface for React apps
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "react-command-flow",
"version": "1.7.7",
"description": "A beautiful interactive CLI-style command interface for React apps",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/types.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/plugin-typescript": "^12.3.0",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"dependencies": {
"react-command-flow": "^1.2.3",
"zustand": "^5.0.6"
}
}