UNPKG

buntralino-cli

Version:

Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.

22 lines 496 B
{ "name": "buntralino-vite-template", "version": "1.0.0", "main": "index.js", "scripts": { "dev": "bunx --bun vite", "build": "bunx --bun vite build" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@neutralinojs/lib": "^5.6.0", "execa": "^9.5.2" }, "devDependencies": { "@neutralinojs/neu": "^11.3.0", "@types/bun": "^1.1.14", "vite": "^6.1.0" } }