mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 02:01:49 +03:00
23a912bb84
* fix(ci): pnpm install * fix setup-node * node16 setup fails somehow * remove unnecessary install deps step * run nodejs directly * fix permissions * fix metadata
33 lines
629 B
JSON
33 lines
629 B
JSON
{
|
|
"name": "@tauri-apps/cli-darwin-x64",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
|
},
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
},
|
|
"contributors": [
|
|
"Tauri Programme within The Commons Conservancy"
|
|
],
|
|
"license": "Apache-2.0 OR MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "cli.darwin-x64.node",
|
|
"files": [
|
|
"cli.darwin-x64.node"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
}
|