UNPKG

create-openchat-bot

Version:
42 lines (41 loc) 998 B
{ "name": "create-openchat-bot", "version": "1.1.1", "description": "CLI tool to create OpenChat bot templates", "main": "index.js", "bin": { "create-openchat-bot": "./bin/create-openchat-bot.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "openchat", "bot", "template", "create", "cli", "internet computer", "ICP", "OpenChat", "OpenChat Bot", "OpenChat Bot Template", "OpenChat Bot Generator" ], "author": "ICP HUBS DevRels Syndicate", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ICP-HUBS-DevRels-Syndicate/openchat-bots.git" }, "bugs": { "url": "https://github.com/ICP-HUBS-DevRels-Syndicate/openchat-bots/issues" }, "homepage": "https://github.com/ICP-HUBS-DevRels-Syndicate/openchat-bots#readme", "dependencies": { "chalk": "^4.1.2", "inquirer": "^8.2.5", "ora": "^5.4.1", "shelljs": "^0.8.5" } }