mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 07:52:50 +00:00
24 lines
341 B
JSON
24 lines
341 B
JSON
{
|
|
"name": "@tauri-apps/cli-linux-x64-gnu",
|
|
"version": "1.4.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"main": "cli.linux-x64-gnu.node",
|
|
"files": [
|
|
"cli.linux-x64-gnu.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
} |