{ "name": "@hiveio/workerbee", "version": "0.0.1-LastGitTagPlaceholder.GitHashPlaceholder", "description": "Hive automation library based on the wax and beekeeper", "main": "dist/bundle/index.js", "types": "dist/bundle/index.d.ts", "packageManager": "pnpm@9.1.1+sha256.9551e803dcb7a1839fdf5416153a844060c7bce013218ce823410532504ac10b", "exports": { ".": { "default": { "import": { "types": "./dist/bundle/index.d.ts", "default": "./dist/bundle/index.js" } } }, "./package.json": "./package.json" }, "type": "module", "license": "SEE LICENSE IN LICENSE.md", "private": false, "scripts": { "lint": "npm run lint-ci -- --fix", "lint-ci": "eslint --max-warnings=0", "postinstall": "ls-engines && husky", "build": "tsc", "postbuild": "rollup -c", "pretest": "playwright install chromium", "test": "unset CI && playwright test --workers 1 --max-failures 1 --project=workerbee_testsuite" }, "files": [ "LICENSE.md", "README.md", "package.json", "dist/bundle/index.d.ts", "dist/bundle/index.js" ], "devDependencies": { "@eslint/compat": "^1.2.2", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.14.0", "@playwright/test": "^1.39.0", "@rollup/plugin-commonjs": "^27.0.0", "@rollup/plugin-node-resolve": "^15.3.0", "@types/events": "^3.0.3", "@types/node": "^18.19.50", "@typescript-eslint/eslint-plugin": "^8.13.0", "@typescript-eslint/parser": "^8.13.0", "buffer": "^5.5.0||^6.0.0", "dotenv": "^16.3.1", "eslint": "^9.14.0", "eslint-plugin-import": "^2.31.0", "globals": "^15.12.0", "http-server": "^14.1.1", "husky": "^9.1.5", "lint-staged": "^15.2.2", "ls-engines": "^0.9.3", "playwright": "^1.39.0", "process": "^0.11.10", "rollup": "^4.22.4", "rollup-plugin-dts": "^6.1.1", "tslib": "^2.6.2", "typedoc": "0.26.11", "typedoc-gitlab-wiki-theme": "^2.0.1", "typedoc-plugin-markdown": "4.2.10", "typescript": "5.6.3" }, "dependencies": { "@hiveio/beekeeper": "1.27.6-rc4", "@hiveio/wax": "1.27.6-rc6", "events": "^3.3.0", "rxjs": "^7.8.1" }, "repository": { "type": "git", "url": "https://gitlab.syncad.com/hive/workerbee.git" }, "engines": { "node": ">= 18" }, "devEngines": { "runtime": { "name": "node", "version": "^18.18.0 || ^20.9.0 || >=21.1.0" } }, "publishConfig": { "registry": "https://RegistryPlaceholder", "tag": "DistTagPlaceholder" } }