UNPKG

@eko-ai/eko-nodejs

Version:

Empowering language to transform human words into action.

65 lines 1.56 kB
{ "name": "@eko-ai/eko-nodejs", "version": "4.1.2", "description": "Empowering language to transform human words into action.", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "files": [ "dist/", "LICENSE", "README.md", "package.json" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.cjs", "default": "./dist/index.esm.js" } }, "author": "FellouAI", "license": "MIT", "keywords": [ "fellou", "eko" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/FellouAI/eko.git" }, "dependencies": { "canvas": "^3.2.0", "chromium-bidi": "^0.12.0", "merge-deep": "^3.0.3", "playwright": "^1.57.0", "playwright-extra": "^4.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "@eko-ai/eko": "4.1.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^29.5.14", "@types/node": "^22.15.19", "dotenv": "^16.5.0", "jest": "^29.7.0", "rollup": "^4.40.0", "rollup-plugin-copy": "^3.5.0", "ts-jest": "^29.3.2", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "scripts": { "build": "rollup -c", "test": "jest" } }