mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
638248c1ba
* feat: generate kiro power in agent-context * Validate Kiro power artifacts against schemas
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"name": "@mintlify/agent-context",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/build.mjs",
|
|
"check": "node scripts/check.mjs",
|
|
"status": "node scripts/status.mjs",
|
|
"test": "node --test"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^8.18.0"
|
|
}
|
|
}
|