mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
15 lines
316 B
JSON
15 lines
316 B
JSON
|
|
{
|
||
|
|
"name": "@pm-agent/index",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Repository structure index for fast context loading (94% token reduction)",
|
||
|
|
"main": "index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|