UNPKG

whattocode-cli

Version:

CLI tool to get random project ideas from what-to-code.com

26 lines (25 loc) 545 B
{ "name": "whattocode-cli", "version": "1.1.5", "description": "CLI tool to get random project ideas from what-to-code.com", "main": "index.js", "bin": { "whattocode": "./index.js" }, "dependencies": { "puppeteer-core": "^23.11.1" }, "keywords": [ "cli", "project-ideas", "programming", "inspiration", "coding-ideas" ], "author": "Rorello Development", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Roreos/whattocode-cli" } }