mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
23 lines
613 B
JSON
23 lines
613 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tauri:prod": "tauri",
|
|
"tauri:source": "node ../../../../bin/tauri",
|
|
"tauri:source:init": "yarn tauri:source init --tauriPath ..",
|
|
"tauri:prod:init": "yarn tauri:prod init",
|
|
"tauri:source:dev": "yarn tauri:source dev",
|
|
"tauri:prod:dev": "yarn tauri:prod dev",
|
|
"tauri:source:build": "yarn tauri:source build",
|
|
"tauri:prod:build": "yarn tauri:prod build"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|