mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
22 lines
316 B
JSON
22 lines
316 B
JSON
|
{
|
||
|
"name": "@tauri-apps/cli-linux-x64-musl",
|
||
|
"version": "0.0.0",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"os": [
|
||
|
"linux"
|
||
|
],
|
||
|
"cpu": [
|
||
|
"x64"
|
||
|
],
|
||
|
"main": "cli.linux-x64-musl.node",
|
||
|
"files": [
|
||
|
"cli.linux-x64-musl.node"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 10"
|
||
|
}
|
||
|
}
|