Some checks failed
ci / 정본·보안·린트·타입·테스트 (push) Successful in 54s
ci / 모바일 린트·타입·Jest (push) Successful in 42s
ci / Supabase Edge Functions + Cloudflare Worker (push) Successful in 22s
ci / .NET API 서버 테스트 (push) Successful in 17s
deploy-site / deploy (push) Successful in 35s
ci / 워크스페이스 빌드 검증 (push) Successful in 37s
release / release-windows (push) Failing after 6m8s
portable-unsigned / portable-windows (push) Failing after 14m8s
Knowledge documents move between desktop, phone and web as source text and are indexed on each device; desktop recordings upload to the shared storage and any recording plays from the history card; language, theme, auto-polish and the active command follow the phone. Document text survives a missing embedding model so it can be indexed later. Bumps the product version to 1.8.0 (Android/iOS build 1080000).
80 lines
2.1 KiB
JSON
80 lines
2.1 KiB
JSON
{
|
|
"name": "@d3ro/core",
|
|
"version": "1.8.0",
|
|
"private": true,
|
|
"description": "D3RO Voice 공유 비즈니스 로직 — 타입, 에러, IPC 채널, 상수, 유틸",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./types": {
|
|
"types": "./src/types.ts",
|
|
"default": "./src/types.ts"
|
|
},
|
|
"./keybinding": {
|
|
"types": "./src/keybinding.ts",
|
|
"default": "./src/keybinding.ts"
|
|
},
|
|
"./errors": {
|
|
"types": "./src/errors.ts",
|
|
"default": "./src/errors.ts"
|
|
},
|
|
"./ipc-channels": {
|
|
"types": "./src/ipc-channels.ts",
|
|
"default": "./src/ipc-channels.ts"
|
|
},
|
|
"./constants": {
|
|
"types": "./src/constants.ts",
|
|
"default": "./src/constants.ts"
|
|
},
|
|
"./input-intelligence": {
|
|
"types": "./src/input-intelligence.ts",
|
|
"default": "./src/input-intelligence.ts"
|
|
},
|
|
"./caption-streaming": {
|
|
"types": "./src/caption-streaming.ts",
|
|
"default": "./src/caption-streaming.ts"
|
|
},
|
|
"./entitlement": {
|
|
"types": "./src/entitlement.ts",
|
|
"default": "./src/entitlement.ts"
|
|
},
|
|
"./utils/meeting-markdown": {
|
|
"types": "./src/utils/meeting-markdown.ts",
|
|
"default": "./src/utils/meeting-markdown.ts"
|
|
},
|
|
"./utils/markdown-to-docx": {
|
|
"types": "./src/utils/markdown-to-docx.ts",
|
|
"default": "./src/utils/markdown-to-docx.ts"
|
|
},
|
|
"./utils/crypto-license": {
|
|
"types": "./src/utils/crypto-license.ts",
|
|
"default": "./src/utils/crypto-license.ts"
|
|
},
|
|
"./plan-catalog": {
|
|
"types": "./src/plan-catalog.ts",
|
|
"default": "./src/plan-catalog.ts"
|
|
},
|
|
"./web-urls": {
|
|
"types": "./src/web-urls.ts",
|
|
"default": "./src/web-urls.ts"
|
|
},
|
|
"./supabase-config": {
|
|
"types": "./src/supabase-config.ts",
|
|
"default": "./src/supabase-config.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"docx": "^9.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.0"
|
|
}
|
|
}
|