You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/updater/tests/updater-migration/v1-app/package.json

11 lines
143 B

{
"name": "v1-app",
"version": "0.0.0",
"dependencies": {
"@tauri-apps/cli": "^1.0.0"
},
"scripts": {
"tauri": "tauri"
}
}