Files
backnotprop__plannotator/packages/core/package.json
Michael Ramos acb4979c59 chore(ui): prep @plannotator/ui 0.29.0 + core 0.23.0 publish (#1222) (#1261)
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
2026-08-10 20:21:45 -07:00

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"
}
}