xykj-plus/claude-ecc/dev-assistant/package.json

20 lines
489 B
JSON
Raw Permalink Normal View History

{
"name": "dev-assistant",
"private": false,
"version": "0.1.0",
"description": "admin-xy 页面开发助手:浏览器侧栏 + Claude Agent 桥接",
"workspaces": [
"bridge",
"web-sdk"
],
"scripts": {
"bridge:dev": "npm --workspace bridge run dev",
"bridge:build": "npm --workspace bridge run build",
"bridge:test": "npm --workspace bridge run test",
"web-sdk:build": "npm --workspace web-sdk run build"
},
"engines": {
"node": ">=24"
}
}