Files
smartserve/package.json
T

57 lines
1.4 KiB
JSON
Raw Normal View History

2025-11-29 15:24:00 +00:00
{
"name": "@push.rocks/smartserve",
2026-04-30 10:27:40 +00:00
"version": "2.0.4",
2025-11-29 15:24:00 +00:00
"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)",
2025-11-29 15:24:00 +00:00
"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",
2025-11-29 15:24:00 +00:00
"@types/ws": "^8.18.1"
},
"dependencies": {
"@api.global/typedrequest": "^3.3.0",
"@cfworker/json-schema": "^4.1.1",
"@push.rocks/lik": "^6.4.1",
2025-11-29 15:24:00 +00:00
"@push.rocks/smartenv": "^6.0.0",
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartpath": "^6.0.0",
"ws": "^8.20.0"
2025-11-29 15:24:00 +00:00
},
"packageManager": "pnpm@10.28.2",
2025-11-29 15:24:00 +00:00
"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",
2025-11-29 15:24:00 +00:00
"npmextra.json",
"readme.md"
]
2025-11-29 15:27:27 +00:00
}