-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "qoder-study",
"version": "1.0.1",
"description": "Agentic Coding Platform for Real Software.Qoder is an agentic coding platform designed for real software development. It seamlessly integrates enhanced context engineering with intelligent agents to gain a comprehensive understanding of your codebase and systematically tackles software development tasks. Supports world's latest and most advanced AI models: Claude, GPT, Gemini, and more. Available for Windows and macOS.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"serve": "vitepress serve"
},
"keywords": [
"Vibe coding",
"Qoder",
"Qoder AI",
"Qoder IDE",
"Alibaba Qoder",
"AI IDE",
"Agentic Coding",
"Spec-Driven",
"Spec-First",
"Context Engineering",
"Think Deeper. Build Better",
"Builder",
"Code Completion",
"Next Edit Suggestion",
"MCP Tools",
"Intelligent IDE",
"Code Explanation",
"Unit Test Generation",
"AI-Powered IDE",
"Deepwiki"
],
"author": "tzx",
"license": "ISC",
"dependencies": {
"element-plus": "^2.11.1",
"vue": "^3.5.19"
},
"devDependencies": {
"terser": "^5.43.1",
"vitepress": "^1.6.4"
}
}