mirror of
https://github.com/tauri-apps/smoke-tests.git
synced 2026-01-31 00:35:18 +01:00
19 lines
539 B
JSON
19 lines
539 B
JSON
{
|
|
"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"
|
|
}
|
|
} |