{
  "author": "Florian Imdahl <git@ffflorian.de>",
  "description": "Send notifications over ntfy.sh.",
  "devDependencies": {
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">= 21"
  },
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "ntfy",
    "typescript"
  ],
  "license": "GPL-3.0",
  "module": "dist/index.js",
  "name": "ntfy",
  "readme": "https://github.com/ffflorian/node-packages#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ffflorian/node-packages.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "dist": "yarn clean && yarn build",
    "test": "vitest run"
  },
  "type": "module",
  "version": "1.15.3"
}
