mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
acb4979c59
Bless components/html-viewer as supported host surface, document the .hljs to pn-code migration, pin the readOnly view-only contract with tests, and bump both published packages for the next manual publish. Core must publish first: ui 0.29.0 imports @plannotator/core/annotatable, which is absent from published core 0.22.0. Closes #1222
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "@plannotator/core",
|
|
"version": "0.23.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./agents": "./agents.ts",
|
|
"./annotatable": "./annotatable.ts",
|
|
"./agent-jobs": "./agent-jobs.ts",
|
|
"./agent-terminal": "./agent-terminal.ts",
|
|
"./browser-paths": "./browser-paths.ts",
|
|
"./code-file": "./code-file.ts",
|
|
"./compress": "./compress.ts",
|
|
"./crypto": "./crypto.ts",
|
|
"./external-annotation": "./external-annotation.ts",
|
|
"./extract-code-paths": "./extract-code-paths.ts",
|
|
"./favicon": "./favicon.ts",
|
|
"./feedback-templates": "./feedback-templates.ts",
|
|
"./goal-setup": "./goal-setup.ts",
|
|
"./open-in-apps": "./open-in-apps.ts",
|
|
"./project": "./project.ts",
|
|
"./source-save": "./source-save.ts",
|
|
"./config-types": "./config-types.ts",
|
|
"./storage-types": "./storage-types.ts",
|
|
"./workspace-status-types": "./workspace-status-types.ts",
|
|
"./ai-context": "./ai-context.ts",
|
|
"./types": "./types.ts",
|
|
".": "./index.ts"
|
|
},
|
|
"files": ["**/*.ts", "!**/*.test.ts"],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "~5.8.2"
|
|
}
|
|
}
|