UNPKG

@assylman/riverpod-cli

Version:

nodejs cli for creating well structured flutter riverpod folders and files needed to work with Riverpod plugin

30 lines (29 loc) 641 B
{ "name": "@assylman/riverpod-cli", "author": "Nurassyl Nuridin", "description": "nodejs cli for creating well structured flutter riverpod folders and files needed to work with Riverpod plugin", "bin": { "riverpod-cli": "./dist/index.js" }, "version": "0.0.2", "main": "./dist/index.js", "scripts": { "dev": "tsc -w", "build": "npx tsc" }, "devDependencies": { "@changesets/cli": "^2.27.9", "@types/node": "^22.8.1", "typescript": "^5.6.3" }, "dependencies": { "commander": "^12.1.0" }, "license": "MIT", "keywords": [ "riverpod", "dart", "flutter", "provider" ] }