2022-02-10 04:11:00 +03:00
|
|
|
{
|
|
|
|
"name": "@tauri-apps/cli-linux-arm-gnueabihf",
|
|
|
|
"version": "0.0.0",
|
2024-08-17 14:21:27 +03:00
|
|
|
"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",
|
2022-02-10 04:11:00 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"os": [
|
|
|
|
"linux"
|
|
|
|
],
|
|
|
|
"cpu": [
|
|
|
|
"arm"
|
|
|
|
],
|
|
|
|
"main": "cli.linux-arm-gnueabihf.node",
|
|
|
|
"files": [
|
|
|
|
"cli.linux-arm-gnueabihf.node"
|
|
|
|
],
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 10"
|
|
|
|
}
|
|
|
|
}
|