wpbridge/package.json
wenpai fcd7d596ce chore: add project docs (ARCHITECTURE/DESIGN/ROADMAP), CLAUDE.md, E2E tests
- 项目架构、设计、路线图等文档就位
- CLAUDE.md: 项目定位与治理规则
- Playwright + wp-env E2E 测试基础设施
- 部署脚本和备份配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 18:53:41 +08:00

29 lines
699 B
JSON

{
"name": "wpbridge",
"version": "1.0.0",
"description": "\u6587\u6d3e\u4e91\u6865\u63d2\u4ef6",
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"wp-env:start": "wp-env-start-patched .",
"wp-env:stop": "wp-env stop",
"wp-env:destroy": "wp-env destroy",
"e2e": "playwright test"
},
"repository": {
"type": "git",
"url": "ssh://git@feicode.com:2222/WenPai-org/wpbridge.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.58.2",
"@wordpress/env": "^11.2.0"
}
}