updown.io
Version:
An updown.io API client
39 lines (38 loc) • 963 B
JSON
{
"author": "Florian Imdahl <git@ffflorian.de>",
"dependencies": {
"@ffflorian/api-client": "2.1.2"
},
"description": "An updown.io API client",
"devDependencies": {
"@types/node": "~24",
"rimraf": "6.1.0",
"typedoc": "0.28.14",
"typescript": "5.9.3"
},
"engines": {
"node": ">= 21"
},
"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 -p tsconfig.build.json",
"build:docs": "typedoc --tsconfig tsconfig.build.json --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.4.1",
"gitHead": "e5aa38e74982d788efcfac2dd3b46be012c98afb"
}