Files
2026-04-29 19:48:14 +00:00

41 lines
1.1 KiB
JSON

{
"name": "@uptime.link/uptimerunner",
"version": "0.1.0",
"description": "Deno-powered uptime.link runner agent for executing checks close to the monitored target.",
"keywords": [
"uptime",
"monitoring",
"runner",
"agent",
"deno",
"statuspage"
],
"homepage": "https://code.foss.global/uptime.link/uptimerunner",
"bugs": {
"url": "https://code.foss.global/uptime.link/uptimerunner/issues"
},
"repository": {
"type": "git",
"url": "ssh://git@code.foss.global:29419/uptime.link/uptimerunner.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"type": "module",
"scripts": {
"test": "deno task test",
"build": "deno task check",
"compile": "deno task compile",
"lint": "deno task lint",
"format": "deno task fmt"
},
"files": [
"mod.ts",
"ts/",
"dist/",
"install.sh",
"readme.md",
"license"
],
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
}