Files
2026-04-25 13:42:39 +00:00

60 lines
1.4 KiB
JSON

{
"name": "@serve.zone/interfaces",
"version": "5.4.3",
"private": false,
"description": "Shared TypeScript interfaces and TypedRequest contracts for the serve.zone ecosystem.",
"exports": {
".": "./dist_ts/index.js"
},
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "tstest test/ --verbose --logfile --timeout 60",
"build": "tsbuild tsfolders --allowimplicitany",
"buildDocs": "tsdoc"
},
"dependencies": {
"@api.global/typedrequest-interfaces": "^3.0.19",
"@push.rocks/smartlog-interfaces": "^3.0.2",
"@tsclass/tsclass": "^9.2.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsdoc": "^1.5.2",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"files": [
"ts/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
".smartconfig.json",
"readme.md",
"changelog.md",
"license"
],
"repository": {
"type": "git",
"url": "git+https://code.foss.global/serve.zone/interfaces.git"
},
"bugs": {
"url": "https://code.foss.global/serve.zone/interfaces/issues"
},
"homepage": "https://code.foss.global/serve.zone/interfaces#readme",
"keywords": [
"serve.zone",
"interfaces",
"typedrequest",
"contracts",
"typescript",
"infrastructure"
],
"browserslist": [
"last 1 chrome versions"
],
"packageManager": "pnpm@10.28.2"
}