mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@plannotator/server",
|
|
"version": "0.27.13",
|
|
"private": true,
|
|
"description": "Shared server implementation for Plannotator plugins",
|
|
"main": "index.ts",
|
|
"types": "index.ts",
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./review": "./review.ts",
|
|
"./annotate": "./annotate.ts",
|
|
"./remote": "./remote.ts",
|
|
"./browser": "./browser.ts",
|
|
"./goal-setup": "./goal-setup.ts",
|
|
"./storage": "./storage.ts",
|
|
"./git": "./git.ts",
|
|
"./p4": "./p4.ts",
|
|
"./vcs": "./vcs.ts",
|
|
"./repo": "./repo.ts",
|
|
"./review-workspace": "./review-workspace.ts",
|
|
"./agent-terminal-runtime": "./agent-terminal-runtime.ts",
|
|
"./uninstall": "./uninstall.ts",
|
|
"./share-url": "./share-url.ts",
|
|
"./tailscale-serve": "./tailscale-serve.ts",
|
|
"./qr": "./qr.ts",
|
|
"./sessions": "./sessions.ts",
|
|
"./project": "./project.ts",
|
|
"./pr": "./pr.ts",
|
|
"./html-assets": "./html-assets.ts",
|
|
"./guide-cli": "./guide/guide-cli.ts",
|
|
"./live-proxy": "./live-proxy.ts"
|
|
},
|
|
"files": [
|
|
"*.ts",
|
|
"*.mjs"
|
|
],
|
|
"dependencies": {
|
|
"@pierre/diffs": "1.3.2",
|
|
"@plannotator/ai": "workspace:*",
|
|
"@plannotator/shared": "workspace:*",
|
|
"@plannotator/webtui": "0.1.0",
|
|
"chokidar": "^5.0.0",
|
|
"jsonc-parser": "^3.3.1",
|
|
"uqr": "^0.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"bun": ">=1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"glimpseui": "^0.8.0"
|
|
}
|
|
}
|