{
  "name": "@secret-momo/notifier",
  "version": "1.0.9",
  "module": "src/index.ts",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./lark": {
      "types": "./lib/lark/index.d.ts",
      "import": "./lib/lark/index.js"
    },
    "./telegram": {
      "types": "./lib/telegram/index.d.ts",
      "import": "./lib/telegram/index.js"
    }
  },
  "scripts": {
    "postinstall": "bun outdated",
    "prepublishOnly": "bun run build",
    "build": "rm -rf lib && rollup -c && tsc -p tsconfig.json"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "bunx eslint --fix",
      "bunx prettier --write"
    ],
    "*.{json,md}": [
      "bunx prettier --write"
    ]
  },
  "devDependencies": {
    "@eslint/config-helpers": "0.6.0",
    "@eslint/js": "10.0.1",
    "@types/bun": "1.3.14",
    "eslint": "10.6.0",
    "eslint-plugin-import-x": "4.17.0",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.1.1",
    "eslint-plugin-unused-imports": "4.4.1",
    "husky": "9.1.7",
    "jiti": "2.7.0",
    "lint-staged": "17.0.8",
    "prettier": "3.9.1",
    "rollup": "4.62.2",
    "rollup-plugin-esbuild": "6.2.1",
    "typescript": "6.0.3",
    "typescript-eslint": "8.62.0"
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "1.68.0",
    "@secret-momo/utils": "1.1.1"
  }
}
