{ "name": "@react-grab/cli", "version": "0.1.50", "repository": { "type": "git", "url": "git+https://github.com/aidenybai/react-grab.git" }, "bin": { "react-grab": "./bin/cli.js" }, "files": [ "bin", "dist", "skills" ], "type": "module", "exports": { ".": { "types": "./dist/cli.d.ts", "import": "./dist/cli.js", "require": "./dist/cli.cjs" }, "./api": { "types": "./dist/api.d.ts", "import": "./dist/api.js", "require": "./dist/api.cjs" } }, "dependencies": { "agent-install": "^0.0.6", "commander": "^14.0.3", "ignore": "^7.0.5", "ora": "^9.4.0", "package-manager-detector": "^1.6.0", "picocolors": "^1.1.1", "prompts": "^2.4.2", "tinyexec": "^1.1.2" }, "devDependencies": { "@types/prompts": "^2.4.9", "cross-env": "^10.1.0", "vite-plus": "^0.1.20" }, "scripts": { "dev": "node scripts/bundle-skill.mjs --watch", "build": "rm -rf dist skills && node scripts/bundle-skill.mjs && cross-env NODE_ENV=production vp pack && node scripts/copy-native-readers.mjs", "test": "vp test run", "test:watch": "vp test", "lint": "vp lint", "format": "vp fmt", "format:check": "vp fmt --check", "check": "vp check" } }