{
  "name": "@iflyrpa/actions",
  "version": "4.0.8",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "author": "bijinfeng",
  "license": "ISC",
  "dependencies": {
    "@types/ws": "^8.18.1",
    "axios": "^1.7.8",
    "dom-serializer": "^2.0.0",
    "domhandler": "^5.0.3",
    "form-data": "^4.0.1",
    "fzstd": "^0.1.1",
    "htmlparser2": "^9.1.0",
    "image-size": "^2.0.2",
    "mime-types": "^2.1.35",
    "node-fetch": "^2.7.0",
    "playwright-core": "^1.46.1",
    "socks-proxy-agent": "^8.0.4",
    "ws": "^8.18.3",
    "@iflyrpa/share": "0.1.2"
  },
  "devDependencies": {
    "@rslib/core": "^0.4.1",
    "@types/mime-types": "^2.1.4",
    "zod": "^4.1.12"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch"
  }
}