1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@tauri-apps/cli-linux-arm64-gnu",
- "version": "0.0.0",
- "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",
- "publishConfig": {
- "access": "public"
- },
- "os": [
- "linux"
- ],
- "cpu": [
- "arm64"
- ],
- "libc": [
- "glibc"
- ],
- "main": "cli.linux-arm64-gnu.node",
- "files": [
- "cli.linux-arm64-gnu.node"
- ],
- "engines": {
- "node": ">= 10"
- }
- }
|