UNPKG

imba

Version:

Intuitive and powerful language for building webapps that fly

24 lines (23 loc) 436 B
{ "name": "imba-module", "type": "module", "files": ["dist"], "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.umd.cjs" } }, "scripts": { "dev": "vite", "build": "vite build", "watch": "vite build --watch" }, "devDependencies": { "vite": "*", "imba": "*", "vite-plugin-imba": "*" } }