orb-daemon 0.1.0

Orb DevKit desktop daemon - secure TCP/WS bridge for the Orb mobile app
{
  "name": "orb-devkit",
  "type": "module",
  "private": true,
  "scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare",
    "daemon:build": "cargo build --release",
    "daemon:dev": "cargo run -- start",
    "android:sync": "cap sync",
    "android:run": "cap run android",
    "android:studio": "cap open android"
  },
  "dependencies": {
    "@capacitor-community/camera-preview": "^7.0.5",
    "@capacitor-community/sqlite": "^8.0.1",
    "@capacitor/android": "8.2.0",
    "@capacitor/app": "8.0.1",
    "@capacitor/core": "8.2.0",
    "@capacitor/device": "^8.0.1",
    "@capacitor/haptics": "8.0.1",
    "@capacitor/keyboard": "8.0.1",
    "@capacitor/splash-screen": "^8.0.1",
    "@capacitor/status-bar": "8.0.1",
    "@nuxtjs/ionic": "1.0.2",
    "@nuxtjs/tailwindcss": "6.14.0",
    "@zxing/library": "^0.21.3",
    "jsqr": "^1.4.0",
    "lucide-vue-next": "^0.577.0",
    "nuxt": "^4.4.2",
    "vue": "^3.5.30",
    "vue-router": "^5.0.3"
  },
  "devDependencies": {
    "@capacitor/assets": "^3.0.5",
    "@capacitor/cli": "8.2.0"
  }
}