Files
spark/package.json
Juergen Kunz 91ed2a5b5d
Some checks failed
CI / Type Check & Lint (push) Failing after 3s
CI / Build Test (Current Platform) (push) Failing after 3s
CI / Build All Platforms (push) Failing after 3s
Release / build-and-release (push) Failing after 4s
1.2.3
2025-10-23 23:33:32 +00:00

70 lines
1.7 KiB
JSON

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