-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 937 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@touchskyer/opc",
"version": "0.10.7",
"description": "OPC — One Person Company. Task pipeline with independent multi-role evaluation.",
"type": "module",
"bin": {
"opc": "bin/opc.mjs",
"opc-harness": "bin/opc-harness.mjs"
},
"engines": {
"node": ">=18"
},
"files": [
"bin",
"scripts",
"SKILL.md",
"replay.md",
"roles",
"pipeline",
"test",
"examples",
"docs",
"CONTRACTS.md",
"INTEGRATION.md",
"README.md",
"LICENSE"
],
"scripts": {
"test": "bash test/run-all.sh",
"postinstall": "node scripts/postinstall.mjs"
},
"keywords": [
"claude-code",
"ai-agent",
"code-review",
"one-person-company",
"skill"
],
"author": "touchskyer",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iamtouchskyer/opc.git"
},
"homepage": "https://github.com/iamtouchskyer/opc"
}