-
Notifications
You must be signed in to change notification settings - Fork 438
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@eko-ai/eko",
"version": "4.1.3",
"description": "Empowering language to transform human words into action.",
"type": "module",
"workspaces": [
"packages/eko-core",
"packages/eko-extension",
"packages/eko-nodejs",
"packages/eko-web"
],
"scripts": {
"build": "pnpm -r --sequential build",
"build-eko": "pnpm --filter @eko-ai/eko build",
"test": "pnpm -r --sequential test",
"clean": "rm -rf node_modules && pnpm -r exec -- rm -rf node_modules dist"
},
"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"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}