platformclient/package.json
2024-05-11 12:35:37 +02:00

57 lines
1.6 KiB
JSON

{
"name": "@serve.zone/platformclient",
"version": "1.0.4",
"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 --web --allowimplicitany)",
"localPublish": "gitzone commit && pnpm run build && pnpm publish && pnpm publish --access public --registry=\"https://registry.npmjs.org\""
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsbundle": "^2.0.5",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.11.19"
},
"dependencies": {
"@api.global/typedrequest": "^3.0.4",
"@api.global/typedserver": "^3.0.20",
"@api.global/typedsocket": "^3.0.0",
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartlog": "^3.0.3",
"@push.rocks/smartntml": "^2.0.4",
"@serve.zone/interfaces": "^1.0.35"
},
"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",
"npmextra.json",
"readme.md"
]
}