-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 841 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 841 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
{
"name": "codomyrmex",
"version": "1.0.8",
"description": "Codomyrmex - AI-powered code analysis and automation toolkit",
"private": true,
"scripts": {
"serve": "cd documentation && npm run serve",
"start": "cd documentation && npm run start",
"build": "cd documentation && npm run build",
"test": "pytest src/codomyrmex/tests/unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docxology/codomyrmex.git"
},
"keywords": [
"code-analysis",
"ai",
"llm",
"developer-tools"
],
"author": "Codomyrmex Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/docxology/codomyrmex/issues"
},
"homepage": "https://github.com/docxology/codomyrmex#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"playwright": "^1.58.2"
}
}