-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@vit129/agy-plugin-codex",
"version": "1.4.0",
"description": "Codex plugin installer and updater for the Antigravity agy companion.",
"type": "module",
"bin": {
"agy-plugin-codex": "scripts/install.mjs"
},
"files": [
".agents/plugins/marketplace.json",
"plugins/agy",
"scripts/install.mjs"
],
"scripts": {
"start": "bash scripts/release.sh",
"check": "node --check scripts/install.mjs && node --check plugins/agy/scripts/agy-companion.mjs && node --check plugins/agy/scripts/lib/update-check.mjs && node --check plugins/agy/scripts/lib/git-update-check.mjs && node --check plugins/agy/scripts/session-lifecycle-hook.mjs"
},
"engines": {
"node": ">=18.18.0"
},
"license": "MIT"
}