/
githubmirror
/
tauri
Обзор
Документация
Войти
/
githubmirror
/
tauri
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/cli/npm/darwin-arm64/package.json
33 строки
704 B
FabianLars
fix(cli): fix metadata version
21 июл 2025, 11:10
21 июл 2025, 11:10
65bb24b
Код
Авторство
О чём код?
{ "name": "@tauri-apps/cli-darwin-arm64", "version": "0.0.0", "cpu": [ "arm64" ], "main": "cli.darwin-arm64.node", "files": [ "cli.darwin-arm64.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": [ "darwin" ] }