-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.5 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "yuva-ai",
"version": "1.2.1",
"description": "Yuva AI - Development agent framework with 12 agents, 20 LLM platforms, on-demand prompts, and auto-detection",
"main": "index.js",
"bin": {
"yuva-ai": "bin/cli.js",
"yuva": "bin/cli.js"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"doctor": "node bin/cli.js doctor",
"postinstall": "node bin/postinstall.js"
},
"keywords": [
"yuva",
"yuva-ai",
"ai",
"automation",
"multi-agent",
"agents",
"framework",
"development",
"code-quality",
"on-demand-prompts",
"auto-detection",
"antigravity",
"ollama",
"gpt",
"gemini",
"copilot",
"claude",
"cursor",
"windsurf",
"opencode",
"codex",
"aider",
"kilo-code",
"multi-llm",
"open-source",
"workflow",
"plugin-system",
"analytics"
],
"author": "aftabshaikh4643",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Aftab-web-dev/yuva-ai.git"
},
"homepage": "https://yuvaog.com/",
"bugs": {
"url": "https://github.com/Aftab-web-dev/yuva-ai/issues"
},
"files": [
"bin/",
"lib/",
"template/",
"docs/",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.39.4",
"vitest": "^3.2.4"
}
}