{ "name": "@cis-oss/pushover", "description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.", "homepage": "https://cis-oss.github.io/pushover", "version": "0.0.10", "main": "src/index.ts", "author": { "email": "hi@b00tload.space", "name": "Alix von Schirp", "url": "https://b00tload.space" }, "repository": { "type": "git", "url": "git+https://github.com/cis-oss/pushover.git" }, "bugs": { "url": "https://github.com/cis-oss/pushover/issues" }, "keywords": [ "mobile", "notification", "notifications", "push", "pushover" ], "dependencies": { "zod": "^3.24.2" }, "devDependencies": { "@repo/configs": "workspace:", "@types/node": "^22.13.10", "shx": "^0.4.0", "tsx": "4.19.3", "typescript": "5.5.3" }, "files": [ "dist/**/*.{js,ts,map}" ], "scripts": { "build": "tsc", "build:watch": "tsc --watch", "check": "pnpm run lint:ci && pnpm run typecheck", "clean": "shx rm -rf dist/", "docs:generate": "typedoc", "format:check": "prettier --check .", "lint": "eslint .", "lint:ci": "eslint --max-warnings 0", "prepublishOnly": "pnpm run clean && pnpm run build", "test": "jest", "typecheck": "tsc --noEmit" }, "private": true, "license": "MIT", "maintainers": [ { "name": "Alix von Schirp", "email": "hi@b00tload.space", "url": "https://b00tload.space" }, { "name": "Ole", "email": "jateute123@gmail.com", "url": "https://github.com/jateute" } ], "publishConfig": { "main": "dist/index.js", "types": "dist/index.d.ts" }, "type": "module" }