16 lines
259 B
JSON
16 lines
259 B
JSON
{
|
|
"name": "@nodedc/foundry-codex-agent",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"bin": {
|
|
"nodedc-foundry-codex-agent": "bin/nodedc-foundry-codex-agent.mjs"
|
|
},
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|