-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 841 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 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
35
36
37
{
"name": "code-airlock",
"version": "0.2.0",
"description": "Run coding agents in disposable Docker Sandbox microVMs and review their work as git commits.",
"license": "MIT",
"homepage": "https://github.com/Trivo25/code-airlock#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Trivo25/code-airlock.git"
},
"bugs": {
"url": "https://github.com/Trivo25/code-airlock/issues"
},
"bin": {
"code-airlock": "./code-airlock"
},
"files": [
"code-airlock",
"install.sh",
"sandbox.conf.example",
"README.md",
"LICENSE"
],
"keywords": [
"ai",
"agents",
"sandbox",
"docker",
"codex",
"claude",
"opencode",
"microvm"
],
"scripts": {
"test": "bash -n code-airlock && sh -n install.sh && shellcheck code-airlock install.sh"
}
}