{ "name": "monolith", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "echo \"No build is necessary for Vanillajs, skipping.\"", "html:dev": "quasar serve ./dist", "tauri:source": "node ../../../../tooling/cli.js/bin/tauri", "tauri:dev": "yarn tauri:source dev", "tauri:build": "yarn tauri:source build" }, "author": "", "license": "MIT", "dependencies": { "tauri": "link:../../../../tooling/cli.js" } }