{
  "name": "@appconda/sdk",
  "homepage": "https://appconda.io/support",
  "description": "Appconda is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
  "version": "1.0.686",
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/appconda/sdk-for-console"
  },
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "8.3.2",
    "playwright": "1.15.0",
    "rollup": "2.75.4",
    "serve-handler": "6.1.0",
    "tslib": "2.4.0",
    "typescript": "^5.6.3"
  },
  "jsdelivr": "dist/iife/sdk.js",
  "unpkg": "dist/iife/sdk.js",
  "dependencies": {
    "zod": "4.1.5"
  },
  "peerDependencies": {},
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
