updown.io
Version:
An updown.io API client
39 lines (38 loc) • 895 B
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"dependencies": {
"axios": "1.11.0"
},
"description": "An updown.io API client",
"devDependencies": {
"@types/node": "~24",
"rimraf": "6.0.1",
"typedoc": "0.28.8",
"typescript": "5.8.3"
},
"engines": {
"node": ">= 10.9"
},
"files": [
"dist"
],
"keywords": [
"api",
"updown.io",
"updown",
"updownio"
],
"license": "GPL-3.0",
"main": "dist/index.js",
"name": "updown.io",
"repository": "https://github.com/ffflorian/api-clients/tree/main/updown.io",
"scripts": {
"build:ts": "tsc",
"build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/updown.io src/index.ts",
"clean": "rimraf dist",
"dist": "yarn clean && yarn build:ts",
"test": "exit 0"
},
"version": "3.3.5",
"gitHead": "550ac1e377ca9b07f6a9b86183d13a63d028d549"
}