feat: add corebuild worker
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "@serve.zone/corebuild",
|
||||
"version": "0.1.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": {
|
||||
"@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": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.28.2"
|
||||
}
|
||||
Reference in New Issue
Block a user