1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@tauri-apps/cli-win32-ia32-msvc",
- "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": [
- "win32"
- ],
- "cpu": [
- "ia32"
- ],
- "main": "cli.win32-ia32-msvc.node",
- "files": [
- "cli.win32-ia32-msvc.node"
- ],
- "engines": {
- "node": ">= 10"
- }
- }
|