UNPKG

bolt-pull

Version:

A CLI tool to fetch latest code from Bolt.new project

33 lines (32 loc) 751 B
{ "name": "bolt-pull", "version": "1.0.1", "description": "A CLI tool to fetch latest code from Bolt.new project", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": "index.js", "repository": { "type": "git", "url": "git+https://github.com/nirajkaushal/bolt-pull.git" }, "keywords": [ "bolt", "bolt.new", "cli", "bolt.diy" ], "author": "nirajkaushal", "license": "ISC", "bugs": { "url": "https://github.com/nirajkaushal/bolt-pull/issues" }, "homepage": "https://github.com/nirajkaushal/bolt-pull#readme", "dependencies": { "colorette": "^2.0.20", "commander": "^13.1.0", "inquirer": "^12.5.0", "node-fetch": "^3.3.2" } }