aps-agent/poc/pi-aps/package.json

39 lines
742 B
JSON
Raw Permalink Normal View History

{
"name": "pi-aps",
"private": true,
"version": "0.1.0",
"description": "Pi Agent package for the APS Gateway agent API (P0 read-only integration).",
"keywords": [
"pi-package",
"aps",
"industrial",
"scheduling"
],
"type": "module",
"engines": {
"node": ">=20.6.0"
},
"pi": {
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "^0.73.0",
"typebox": "*"
},
"scripts": {
"e2e": "node e2e/e2e.mjs",
"mock-llm": "node e2e/mock-llm.mjs"
},
"files": [
"extensions",
"skills",
"README.md"
],
"comment": "Local PoC package: install by local path, not published to npm."
}