forked from FellouAI/eko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
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
36
37
38
39
40
41
42
{
"name": "@jarvis-agent/monorepo",
"version": "0.1.0",
"description": "A production-ready JavaScript AI Agent framework for creating reliable agents across browser and Node.js environments.",
"workspaces": [
"packages/eko-core",
"packages/eko-electron",
"packages/eko-extension",
"packages/eko-nodejs",
"packages/eko-web"
],
"scripts": {
"build": "pnpm -r --sequential build",
"build-core": "pnpm --filter @jarvis-agent/core build",
"test": "pnpm -r --sequential test",
"clean": "rm -rf node_modules && pnpm -r exec -- rm -rf node_modules dist"
},
"author": "FellouAI",
"license": "MIT",
"keywords": [
"jarvis",
"jarvis-agent",
"ai-agent",
"automation",
"browser-automation",
"workflow",
"llm",
"agent-framework"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/jarvis-agent.git"
},
"devDependencies": {
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
}