{ "name": "@push.rocks/smartserve", "version": "2.0.4", "private": false, "description": "a cross platform server module for Node, Deno and Bun", "exports": { ".": "./dist_ts/index.js" }, "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose)", "build": "(tsbuild --web)", "buildDocs": "(tsdoc)" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0", "@types/ws": "^8.18.1" }, "dependencies": { "@api.global/typedrequest": "^3.3.0", "@cfworker/json-schema": "^4.1.1", "@push.rocks/lik": "^6.4.1", "@push.rocks/smartenv": "^6.0.0", "@push.rocks/smartlog": "^3.2.2", "@push.rocks/smartpath": "^6.0.0", "ws": "^8.20.0" }, "packageManager": "pnpm@10.28.2", "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartserve.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartserve/issues" }, "homepage": "https://code.foss.global/push.rocks/smartserve#readme", "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ] }