@eko-ai/eko-nodejs
Version:
Empowering language to transform human words into action.
61 lines • 1.42 kB
JSON
{
"name": "@eko-ai/eko-nodejs",
"version": "3.0.9-alpha.1",
"description": "Empowering language to transform human words into action.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/",
"LICENSE",
"README.md",
"package.json"
],
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
}
},
"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": {
"chromium-bidi": "^0.12.0",
"glob": "^11.0.2",
"playwright": "^1.52.0",
"@eko-ai/eko": "3.0.9-alpha.1"
},
"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"
}
}