mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
37 lines
741 B
JSON
37 lines
741 B
JSON
{
|
|
"name": "@tauri-apps/cli-linux-arm64-gnu",
|
|
"version": "0.0.0",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "cli.linux-arm64-gnu.node",
|
|
"files": [
|
|
"cli.linux-arm64-gnu.node"
|
|
],
|
|
"description": "Command line interface for building Tauri apps",
|
|
"homepage": "https://github.com/tauri-apps/tauri#readme",
|
|
"contributors": [
|
|
"Tauri Programme within The Commons Conservancy"
|
|
],
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tauri-apps/tauri.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tauri-apps/tauri/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
]
|
|
}
|