Files
spark/package.json
Juergen Kunz 742dfbae3c
All checks were successful
CI / Type Check & Lint (push) Successful in 15s
CI / Build Test (Current Platform) (push) Successful in 25s
CI / Build All Platforms (push) Successful in 2m5s
Release / build-and-release (push) Successful in 2m14s
v1.2.5
2026-02-04 11:36:05 +00:00

70 lines
1.7 KiB
JSON

{
"name": "@serve.zone/spark",
"version": "1.2.5",
"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.",
"keywords": [
"server management",
"devops",
"automation",
"docker",
"configuration management",
"daemon service",
"continuous integration",
"continuous deployment",
"deployment automation",
"service orchestration",
"deno",
"task scheduling",
"CLI",
"logging",
"server maintenance",
"serve.zone",
"cluster management",
"system manager",
"server configuration"
],
"homepage": "https://code.foss.global/serve.zone/spark",
"bugs": {
"url": "https://code.foss.global/serve.zone/spark/issues"
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/serve.zone/spark.git"
},
"author": "Serve Zone",
"license": "MIT",
"type": "module",
"bin": {
"spark": "./bin/spark-wrapper.js"
},
"scripts": {
"postinstall": "node scripts/install-binary.js",
"prepublishOnly": "echo 'Publishing SPARK binaries to npm...'",
"test": "echo 'Tests are run with Deno: deno task test'",
"build": "echo 'no build needed'"
},
"files": [
"bin/",
"scripts/install-binary.js",
"readme.md",
"license",
"changelog.md"
],
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}