{
  "name": "tiny-update-notifier",
  "version": "2.0.0",
  "description": "Simple check for npm package updates",
  "type": "commonjs",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "repository": "mrozio13pl/tiny-update-notifier",
  "author": "mrozio13pl",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "keywords": [
    "update",
    "package",
    "version",
    "npm"
  ],
  "dependencies": {
    "semiff": "^2.0.0"
  },
  "packageManager": "^pnpm@8.9.0"
}
