-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.14 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
{
"name": "parallel-dev",
"version": "0.1.0",
"description": "Run multiple AI coding agents on the same codebase without merge conflicts. Auto-discovery architecture for parallel feature development.",
"main": "index.js",
"bin": {
"parallel-dev": "./bin/parallel-dev.js"
},
"scripts": {
"test": "node test/run.js",
"lint": "echo \"No linter configured yet\""
},
"keywords": [
"ai",
"parallel-development",
"claude-code",
"cursor",
"devin",
"aider",
"merge-conflicts",
"auto-discovery",
"plugin-architecture",
"sequelize",
"express",
"multi-agent",
"developer-tools",
"ai-coding",
"feature-isolation"
],
"author": "YOUR_NAME <your@email.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/drjc1001/parallel-dev.git"
},
"bugs": {
"url": "https://github.com/drjc1001/parallel-dev/issues"
},
"homepage": "https://github.com/drjc1001/parallel-dev#readme",
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"lib/",
"templates/",
"docs/",
"SKILL.md",
"LICENSE",
"README.md"
]
}