mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 12:27:16 +03:00
28 lines
702 B
JSON
28 lines
702 B
JSON
{
|
|
"name": "@quasar/tauri",
|
|
"version": "1.0.0-alpha.1",
|
|
"description": "Multi-binding collection of libraries and templates for building Tauri",
|
|
"main": "templates/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/quasarframework/tauri.git"
|
|
},
|
|
"author": "Quasar Framework",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/quasarframework/tauri/issues"
|
|
},
|
|
"homepage": "https://github.com/quasarframework/tauri#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.16.0",
|
|
"npm": ">= 6.6.0",
|
|
"yarn": ">= 1.17.3"
|
|
}
|
|
}
|