Files
spark/package.json
Juergen Kunz 6117b20cc5
All checks were successful
Release / build-and-release (push) Successful in 2m8s
CI / Type Check & Lint (push) Successful in 14s
CI / Build Test (Current Platform) (push) Successful in 24s
CI / Build All Platforms (push) Successful in 2m2s
1.2.4
2025-10-23 23:35:18 +00:00

70 lines
1.7 KiB
JSON

{
"name": "@serve.zone/spark",
"version": "1.2.4",
"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/"
}
}