mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
15 lines
309 B
JSON
15 lines
309 B
JSON
|
|
{
|
||
|
|
"name": "@pm-agent/research",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Deep web research with adaptive planning and intelligent search",
|
||
|
|
"main": "index.ts",
|
||
|
|
"scripts": {
|
||
|
|
"test": "jest"
|
||
|
|
},
|
||
|
|
"dependencies": {},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^20.0.0",
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|