tauri-plugin-bare-kit 0.1.1

Effortless JavaScript backends for Tauri apps - Android 🤖 iOS 📱Linux 🐧 Macos 🖥️ Windows 💩
{
  "name": "tauri-plugin-bare-kit-api",
  "version": "0.1.1",
  "author": {
    "name": "Tomas Ravinskas",
    "email": "tomas@tomasrav.me",
    "url": "https://tomasrav.me/"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/OzymandiasTheGreat"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/ozymandias"
    },
    {
      "type": "donorbox",
      "url": "https://donorbox.org/tomasrav-open-source-development"
    }
  ],
  "license": "Apache-2.0",
  "description": "Effortless JavaScript backends for Tauri apps - Android 🤖 iOS 📱Linux 🐧 Macos 🖥️ Windows 💩",
  "keywords": [
    "javascript",
    "android",
    "windows",
    "macos",
    "linux",
    "ios",
    "cross-platform",
    "backend",
    "bare",
    "tauri",
    "tauri-plugin",
    "bare-kit"
  ],
  "homepage": "https://github.com/OzymandiasTheGreat/tauri-plugin-bare-kit",
  "repository": {
    "type": "git",
    "url": "https://github.com/OzymandiasTheGreat/tauri-plugin-bare-kit.git"
  },
  "bugs": "https://github.com/OzymandiasTheGreat/tauri-plugin-bare-kit/issues",
  "main": "./api/index.js",
  "types": "./api/index.d.ts",
  "exports": {
    ".": {
      "types": "./api/index.d.ts",
      "default": "./api/index.js"
    },
    "./package": "./package.json"
  },
  "files": [
    "api",
    "scripts",
    "LICENSE",
    "NOTICE",
    "README.md"
  ],
  "scripts": {
    "bump-version": "node ./scripts/bump-version.mjs",
    "postinstall": "node ./scripts/postinstall.mjs",
    "update-bare-kit": "node ./scripts/update-bare-kit.mjs"
  },
  "dependencies": {
    "@ltd/j-toml": "^1.38.0",
    "@tauri-apps/api": "^2.9.0",
    "b4a": "^1.7.3",
    "bare-events": "2.8.2",
    "bare-stream": "2.8.0",
    "cmake-bare": "^1.7.7",
    "cmake-bare-bundle": "^3.0.0",
    "cmake-fetch": "^1.4.7",
    "semver": "^7.7.4",
    "yaml": "^2.8.1"
  }
}