tauri/package.json
2019-08-14 13:24:08 +02:00

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"
}
}