{
  "name": "@syncate-core/node-iris",
  "version": "1.6.54",
  "description": "TypeScript port of Python irispy-client module for KakaoTalk bot development",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:tsc": "tsc",
    "watch": "tsc --watch",
    "clean": "rm -rf dist",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts",
    "publish:public": "tsc && npm publish --access public"
  },
  "keywords": [
    "typescript",
    "nodejs",
    "iris",
    "kakaotalk",
    "chatbot",
    "bot",
    "kakaolink",
    "chat",
    "messaging"
  ],
  "author": "SYNCATE-CORE",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/SYNCATE-CORE/node-iris.git"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.js.map",
    "dist/**/*.d.ts.map",
    "!dist/**/__tests__/",
    "!dist/**/*.test.*",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/lodash": "^4.17.20",
    "@types/module-alias": "^2.0.4",
    "@types/node": "^22.18.8",
    "@types/node-cron": "^3.0.11",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.45.0",
    "@typescript-eslint/parser": "^8.45.0",
    "eslint": "^9.36.0",
    "prettier": "^3.6.2",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "axios": "^1.12.2",
    "dotenv": "^17.2.3",
    "express": "^5.1.0",
    "got": "^11.8.6",
    "lodash": "^4.17.21",
    "lossless-json": "^4.2.0",
    "module-alias": "^2.2.3",
    "node-cron": "^4.2.1",
    "sharp": "^0.34.4",
    "tough-cookie": "^6.0.0",
    "uuid": "^13.0.0",
    "winston": "^3.18.3",
    "ws": "^8.18.0"
  }
}
