UNPKG

bimba-cli

Version:

The CLI tool to run Imba projects under Bun

22 lines 450 B
{ "name": "bimba-cli", "version": "0.3.3", "repository": { "type": "git", "url": "git+https://github.com/HeapVoid/bimba.git" }, "module": "index.js", "bin": { "bimba": "index.js" }, "scripts": { "upload": "npm publish" }, "description": "The CLI tool to run Imba projects under Bun", "keywords": ["imba", "bun", "plugin"], "license": "MIT", "type": "module", "devDependencies": { "imba": "latest" } }