{
  "name": "@serve.zone/platformclient",
  "version": "3.0.1",
  "private": false,
  "description": "a module that makes it really easy to use the serve.zone platform inside your app",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsbundle": "^2.11.3",
    "@git.zone/tsrun": "^2.0.6",
    "@git.zone/tstest": "^3.6.7",
    "@types/node": "^26.1.1"
  },
  "dependencies": {
    "@api.global/typedrequest": "^3.7.0",
    "@api.global/typedrequest-interfaces": "^4.0.0",
    "@api.global/typedsocket": "^5.1.1",
    "@push.rocks/qenv": "^6.1.4",
    "@push.rocks/smartlog": "^3.2.2",
    "@push.rocks/smartntml": "^2.0.9",
    "@serve.zone/interfaces": "^23.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://code.foss.global/serve.zone/platformclient.git"
  },
  "bugs": {
    "url": "https://code.foss.global/serve.zone/platformclient/issues"
  },
  "homepage": "https://code.foss.global/serve.zone/platformclient#readme",
  "browserslist": [
    "last 1 chrome versions"
  ],
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "scripts": {
    "test": "(tstest test/ --web)",
    "build": "(tsbuild tsfolders --web --allowimplicitany)",
    "localPublish": "gitzone commit && pnpm run build && pnpm publish && pnpm publish --access public --registry=\"https://registry.npmjs.org\""
  }
}