Files
corebuild/package.json
T
2026-05-07 20:33:14 +00:00

40 lines
970 B
JSON

{
"name": "@serve.zone/corebuild",
"version": "0.2.0",
"private": false,
"description": "Build worker for serve.zone image and ISO artifact generation.",
"type": "module",
"exports": {
".": "./dist_ts/index.js"
},
"scripts": {
"build": "tsbuild tsfolders --allowimplicitany",
"start": "node dist_ts/index.js",
"startTs": "tsrun ts/index.ts",
"test": "pnpm run build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1044.0",
"@push.rocks/smartbucket": "^3.3.10",
"@tsclass/tsclass": "^9.2.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@types/node": "^25.6.0"
},
"files": [
"ts/**/*",
"dist_ts/**/*",
"readme.md",
"license.md"
],
"repository": {
"type": "git",
"url": "ssh://git@code.foss.global:29419/serve.zone/corebuild.git"
},
"author": "Task Venture Capital GmbH",
"license": "MIT",
"packageManager": "pnpm@10.28.2"
}