2024-05-08 18:49:10 +00:00
{
"name" : "@serve.zone/spark" ,
2024-12-19 21:57:45 +00:00
"version" : "1.2.1" ,
2024-05-08 18:49:10 +00:00
"private" : false ,
2024-06-13 13:37:19 +00:00
"description" : "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager." ,
2024-05-08 18:49:10 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
"author" : "Task Venture Capital GmbH" ,
"license" : "MIT" ,
"scripts" : {
"test" : "(tstest test/ --web)" ,
"build" : "(tsbuild --web --allowimplicitany)" ,
"buildDocs" : "tsdoc"
} ,
"bin" : {
"spark" : "./cli.js"
} ,
"devDependencies" : {
2024-12-18 09:51:57 +00:00
"@git.zone/tsbuild" : "^2.2.0" ,
"@git.zone/tsrun" : "^1.3.3" ,
2024-05-08 18:49:10 +00:00
"@git.zone/tstest" : "^1.0.60" ,
2024-12-18 09:51:57 +00:00
"@push.rocks/tapbundle" : "^5.5.3" ,
"@types/node" : "22.10.2"
2024-05-08 18:49:10 +00:00
} ,
"dependencies" : {
2024-12-18 09:51:57 +00:00
"@apiclient.xyz/docker" : "^1.2.7" ,
"@push.rocks/npmextra" : "^5.1.2" ,
2024-05-08 18:49:10 +00:00
"@push.rocks/projectinfo" : "^5.0.1" ,
2024-12-18 09:51:57 +00:00
"@push.rocks/qenv" : "^6.1.0" ,
2024-06-13 13:12:07 +00:00
"@push.rocks/smartcli" : "^4.0.11" ,
2024-05-08 18:49:10 +00:00
"@push.rocks/smartdaemon" : "^2.0.3" ,
"@push.rocks/smartdelay" : "^3.0.5" ,
2024-12-18 09:51:57 +00:00
"@push.rocks/smartfile" : "^11.0.23" ,
2024-06-13 13:12:07 +00:00
"@push.rocks/smartjson" : "^5.0.20" ,
"@push.rocks/smartlog" : "^3.0.7" ,
2024-05-08 18:49:10 +00:00
"@push.rocks/smartlog-destination-local" : "^9.0.0" ,
"@push.rocks/smartpath" : "^5.0.5" ,
2024-12-18 09:51:57 +00:00
"@push.rocks/smartshell" : "^3.2.2" ,
2024-05-08 18:49:10 +00:00
"@push.rocks/smartupdate" : "^2.0.4" ,
2024-06-13 13:12:07 +00:00
"@push.rocks/taskbuffer" : "^3.0.10" ,
2024-12-18 09:51:57 +00:00
"@serve.zone/api" : "^4.5.1" ,
"@serve.zone/interfaces" : "^4.5.1"
2024-05-08 18:49:10 +00:00
} ,
"files" : [
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
"dist_*/**/*" ,
"dist_ts/**/*" ,
"dist_ts_web/**/*" ,
"assets/**/*" ,
"cli.js" ,
"npmextra.json" ,
"readme.md"
] ,
"browserslist" : [
"last 1 chrome versions"
] ,
2024-05-08 18:53:35 +00:00
"type" : "module" ,
"keywords" : [
"server management" ,
"devops" ,
"automation" ,
"docker" ,
"configuration management" ,
"daemon service" ,
"continuous integration" ,
"continuous deployment" ,
"deployment automation" ,
"service orchestration" ,
2024-06-13 13:19:59 +00:00
"node.js" ,
"task scheduling" ,
"CLI" ,
"logging" ,
2024-06-13 13:37:19 +00:00
"server maintenance" ,
"serve.zone" ,
"cluster management" ,
"system manager" ,
"server configuration"
2024-05-08 18:53:35 +00:00
]
2024-06-13 13:37:20 +00:00
}