{ "name": "@serve.zone/platformclient", "version": "1.1.3", "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", "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\"" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsbundle": "^2.10.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@api.global/typedrequest": "^3.3.0", "@api.global/typedserver": "^8.4.6", "@api.global/typedsocket": "^4.1.2", "@push.rocks/qenv": "^6.1.3", "@push.rocks/smartlog": "^3.2.2", "@push.rocks/smartntml": "^2.0.8", "@serve.zone/interfaces": "^5.4.5" }, "repository": { "type": "git", "url": "git+https://gitlab.com/serve.zone/platformclient.git" }, "bugs": { "url": "https://gitlab.com/serve.zone/platformclient/issues" }, "homepage": "https://gitlab.com/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" ], "packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6" }