-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 892 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 892 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
{
"name": "@gsa-tts/agentic-coding-quickstart",
"//version": "Managed by release-please via extra-files in release-please-config.json; do not edit by hand.",
"version": "3.1.0",
"description": "acq — run AI coding agents inside a federally-configured sandbox (SBX or MSB) with USAi endpoints",
"type": "module",
"bin": {
"acq": "acq"
},
"files": [
"acq",
"acq.backends/"
],
"scripts": {
"lint:md": "npx --prefix .github/linters markdownlint-cli2 '**/*.md' '#node_modules' '#.github/linters/node_modules' '#CHANGELOG.md' '#tmp' '#test/vendor'",
"lint:secrets": "gitleaks detect --source .",
"lint": "npm run lint:md",
"check": "pre-commit run --all-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA-TTS/agentic-coding-quickstart.git"
},
"license": "CC0-1.0",
"os": [
"darwin",
"linux"
]
}