knip.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  1. {
  2. "$schema": "https://unpkg.com/knip@5/schema.json",
  3. "exclude": [
  4. "duplicates"
  5. ],
  6. "ignoreBinaries": [
  7. "bwrap",
  8. "icacls",
  9. "musl-gcc",
  10. "python3",
  11. "sandbox-exec",
  12. "taskkill",
  13. "where.exe"
  14. ],
  15. "ignoreWorkspaces": [
  16. "vendor/*",
  17. "python/sdk-runtime"
  18. ],
  19. "ignoreDependencies": [
  20. "@yarnpkg/cli-dist",
  21. "lightningcss"
  22. ],
  23. "workspaces": {
  24. ".": {
  25. "entry": [
  26. "scripts/**/*.mjs",
  27. "scripts/**/*.cjs"
  28. ],
  29. "project": [
  30. "scripts/**/*.ts",
  31. "scripts/**/*.mjs",
  32. "scripts/**/*.cjs"
  33. ]
  34. },
  35. "examples": {
  36. "entry": [
  37. "headless-agent/tests/fixtures/cli-mock-llm.ts",
  38. "headless-agent/tests/fixtures/semantic-checkpoint-agent.ts",
  39. "headless-agent/tests/fixtures/subagent-diagnostic-agent.ts",
  40. "headless-agent/tests/fixtures/subagent-inheritance-agent.ts",
  41. "headless-agent/tests/fixtures/workspace-context-resume-agent.ts",
  42. "headless-agent/tests/fixtures/goal-domain/seed-goal.ts",
  43. "headless-agent/tests/fixtures/time-context-driver.ts",
  44. "headless-agent/tests/fixtures/time-context-mock-llm.ts",
  45. "headless-agent/tests/fixtures/telemetry-otel-driver.ts",
  46. "headless-agent/tests/fixtures/telemetry-redact-rule.ts",
  47. "headless-agent/tests/fixtures/e2b/e2b/bin.ts",
  48. "acp-agent/tests/snapshots/lsp-definition/workspace/subject.ts",
  49. "acp-agent/tests/fixtures/child-question-tripwire.ts",
  50. "acp-agent/tests/fixtures/parent-sandbox-override.ts",
  51. "acp-agent/tests/fixtures/partial-landlock-sandbox.ts",
  52. "acp-agent/tests/fixtures/subagent-durability-failure.ts",
  53. "acp-agent/tests/fixtures/subagent-settlement-marker.ts",
  54. "acp-agent/tests/fixtures/workspace-context-compaction.ts",
  55. "acp-agent/tests/fixtures/subagent/subagent-acp/mock-delegating-llm.ts",
  56. "acp-agent/tests/fixtures/subagent/subagent-acp/driver.ts",
  57. "acp-agent/tests/fixtures/subagent/subagent-claude-code/fixture.ts",
  58. "acp-agent/tests/fixtures/subagent/subagent-claude-code/driver.ts",
  59. "acp-agent/tests/fixtures/subagent/subagent-codex/fixture.ts",
  60. "acp-agent/tests/fixtures/subagent/subagent-codex/driver.ts",
  61. "jsonrpc-agent/tests/fixtures/subagent/subagent-dsh-sdk/driver.ts",
  62. "jsonrpc-agent/tests/fixtures/subagent/subagent-dsh-sdk/child-mock-llm.ts",
  63. "jsonrpc-agent/tests/fixtures/subagent/subagent-dsh-sdk/mock-delegating-llm.ts",
  64. "*/tests/**/*.e2e.ts",
  65. "*/tests/**/*.snapshot.ts"
  66. ],
  67. "project": [
  68. "**/*.ts"
  69. ],
  70. "ignoreDependencies": [
  71. "@deepseek-ai/.+"
  72. ]
  73. },
  74. "packages/util/home": {
  75. "entry": [
  76. "tests/**/*.spec.ts"
  77. ],
  78. "project": [
  79. "src/**/*.ts",
  80. "tests/**/*.ts"
  81. ]
  82. },
  83. "packages/host/webserver": {
  84. "entry": [
  85. "tests/**/*.spec.ts"
  86. ],
  87. "project": [
  88. "src/**/*.ts",
  89. "tests/**/*.ts"
  90. ]
  91. },
  92. "packages/host/directory-picker-native": {
  93. "entry": [
  94. "tests/**/*.spec.{ts,tsx}",
  95. "tests/**/*.e2e.ts"
  96. ],
  97. "project": [
  98. "src/**/*.{ts,tsx}",
  99. "tests/**/*.{ts,tsx}"
  100. ]
  101. },
  102. "packages/client/web-ui": {
  103. "entry": [
  104. "tests/**/*.spec.{ts,tsx}"
  105. ],
  106. "project": [
  107. "src/**/*.{ts,tsx}",
  108. "tests/**/*.{ts,tsx}"
  109. ]
  110. },
  111. "packages/client/runtime": {
  112. "entry": [
  113. "tests/**/*.spec.ts"
  114. ],
  115. "project": [
  116. "src/**/*.ts",
  117. "tests/**/*.ts"
  118. ]
  119. },
  120. "packages/api/remotes": {
  121. "entry": [
  122. "tests/**/*.e2e.ts"
  123. ],
  124. "project": [
  125. "src/**/*.ts",
  126. "tests/**/*.ts"
  127. ]
  128. },
  129. "packages/client/ui-primitives": {
  130. "entry": [
  131. "tests/**/*.spec.tsx"
  132. ],
  133. "project": [
  134. "src/**/*.ts",
  135. "src/**/*.tsx",
  136. "tests/**/*.tsx"
  137. ]
  138. },
  139. "packages/client/ui-goal": {
  140. "entry": [
  141. "tests/**/*.spec.tsx"
  142. ],
  143. "project": [
  144. "src/**/*.ts",
  145. "src/**/*.tsx",
  146. "tests/**/*.tsx"
  147. ]
  148. },
  149. "packages/client/ui-deliverables": {
  150. "entry": [
  151. "tests/**/*.spec.tsx"
  152. ],
  153. "project": [
  154. "src/**/*.ts",
  155. "src/**/*.tsx",
  156. "tests/**/*.tsx"
  157. ]
  158. },
  159. "packages/client/web-react": {
  160. "entry": [
  161. "tests/**/*.spec.tsx"
  162. ],
  163. "project": [
  164. "src/**/*.ts",
  165. "src/**/*.tsx",
  166. "tests/**/*.tsx"
  167. ]
  168. },
  169. "packages/client/ui-layout": {
  170. "entry": [
  171. "tests/**/*.spec.ts",
  172. "tests/**/*.spec.tsx"
  173. ],
  174. "project": [
  175. "src/**/*.ts",
  176. "src/**/*.tsx",
  177. "tests/**/*.ts",
  178. "tests/**/*.tsx"
  179. ]
  180. },
  181. "website": {
  182. "project": [
  183. "**/*.ts"
  184. ],
  185. "ignoreDependencies": [
  186. "@braintree/sanitize-url",
  187. "cytoscape",
  188. "cytoscape-cose-bilkent",
  189. "dayjs",
  190. "debug"
  191. ]
  192. },
  193. "packages/*/*": {
  194. "entry": [
  195. "tests/**/*.spec.ts"
  196. ],
  197. "project": [
  198. "src/**/*.ts",
  199. "tests/**/*.ts"
  200. ]
  201. },
  202. "packages/core/tools": {
  203. "entry": [
  204. "tests/**/*.spec.ts"
  205. ],
  206. "project": [
  207. "src/**/*.ts",
  208. "tests/**/*.ts"
  209. ]
  210. },
  211. "packages/typert/generator": {
  212. "entry": [
  213. "tests/**/*.spec.ts",
  214. "tests/fixtures/type-model/**/*.ts",
  215. "tests/fixtures/remote-model/**/*.ts"
  216. ],
  217. "project": [
  218. "src/**/*.ts",
  219. "tests/**/*.ts"
  220. ]
  221. },
  222. "packages/bash/bash-sandbox": {
  223. "entry": [
  224. "tests/**/*.spec.ts",
  225. "tests/**/*.e2e.ts"
  226. ],
  227. "project": [
  228. "src/**/*.ts",
  229. "tests/**/*.ts"
  230. ]
  231. },
  232. "packages/bash/pwsh-sandbox": {
  233. "entry": [
  234. "tests/**/*.spec.ts",
  235. "tests/**/*.e2e.ts"
  236. ],
  237. "project": [
  238. "src/**/*.ts",
  239. "tests/**/*.ts"
  240. ]
  241. },
  242. "packages/e2b/e2b": {
  243. "entry": [
  244. "tests/**/*.spec.ts",
  245. "tests/**/*.e2e.ts"
  246. ],
  247. "project": [
  248. "src/**/*.ts",
  249. "tests/**/*.ts"
  250. ]
  251. },
  252. "packages/context/time-context": {
  253. "entry": [
  254. "tests/**/*.spec.ts",
  255. "tests/**/*.e2e.ts"
  256. ],
  257. "project": [
  258. "src/**/*.ts",
  259. "tests/**/*.ts"
  260. ]
  261. },
  262. "packages/context/tmux-context": {
  263. "entry": [
  264. "tests/**/*.spec.ts"
  265. ],
  266. "project": [
  267. "src/**/*.ts",
  268. "tests/**/*.ts"
  269. ]
  270. },
  271. "packages/lsp/lsp-local": {
  272. "entry": [
  273. "tests/**/*.spec.ts",
  274. "tests/**/*.e2e.ts",
  275. "tests/fixture-server.ts"
  276. ],
  277. "project": [
  278. "src/**/*.ts",
  279. "tests/**/*.ts"
  280. ],
  281. "ignoreDependencies": [
  282. "typescript-language-server"
  283. ]
  284. },
  285. "packages/sandbox/sandbox-local": {
  286. "entry": [
  287. "tests/**/*.spec.ts",
  288. "tests/**/*.e2e.ts"
  289. ],
  290. "project": [
  291. "src/**/*.ts",
  292. "tests/**/*.ts"
  293. ]
  294. },
  295. "packages/session/session-telemetry-otel": {
  296. "entry": [
  297. "tests/**/*.spec.ts",
  298. "tests/**/*.e2e.ts"
  299. ],
  300. "project": [
  301. "src/**/*.ts",
  302. "tests/**/*.ts"
  303. ]
  304. },
  305. "packages/util/brand": {
  306. "project": [
  307. "src/**/*.ts"
  308. ]
  309. },
  310. "packages/attachment/attachment": {
  311. "project": [
  312. "src/**/*.ts"
  313. ]
  314. },
  315. "packages/util/timeout": {
  316. "entry": [
  317. "tests/**/*.spec.ts"
  318. ],
  319. "project": [
  320. "src/**/*.ts",
  321. "tests/**/*.ts"
  322. ]
  323. },
  324. "packages/util/retention": {
  325. "entry": [
  326. "tests/**/*.spec.ts"
  327. ],
  328. "project": [
  329. "src/**/*.ts",
  330. "tests/**/*.ts"
  331. ]
  332. },
  333. "packages/support/acp-snapshot": {
  334. "entry": [
  335. "tests/**/*.spec.ts",
  336. "tests/fixtures/fake-acp-agent.ts"
  337. ],
  338. "project": [
  339. "src/**/*.ts",
  340. "tests/**/*.ts"
  341. ]
  342. },
  343. "packages/support/loader-smoke": {
  344. "entry": [
  345. "tests/**/*.spec.ts",
  346. "tests/fixtures/*.ts"
  347. ],
  348. "project": [
  349. "src/**/*.ts",
  350. "tests/**/*.ts"
  351. ]
  352. },
  353. "packages/core/agent-loop": {
  354. "entry": [
  355. "tests/**/*.spec.ts",
  356. "tests/**/*.e2e.ts"
  357. ],
  358. "project": [
  359. "src/**/*.ts",
  360. "tests/**/*.ts"
  361. ]
  362. },
  363. "packages/goal/goal": {
  364. "entry": [
  365. "tests/**/*.spec.ts",
  366. "tests/**/*.e2e.ts"
  367. ],
  368. "project": [
  369. "src/**/*.ts",
  370. "tests/**/*.ts"
  371. ]
  372. },
  373. "packages/goal/goal-session": {
  374. "entry": [
  375. "tests/**/*.spec.ts"
  376. ],
  377. "project": [
  378. "src/**/*.ts",
  379. "tests/**/*.ts"
  380. ]
  381. },
  382. "packages/goal/tool-goal": {
  383. "entry": [
  384. "tests/**/*.spec.ts"
  385. ],
  386. "project": [
  387. "src/**/*.ts",
  388. "tests/**/*.ts"
  389. ]
  390. },
  391. "packages/session-query/session-query-sqlite": {
  392. "entry": [
  393. "tests/**/*.spec.ts",
  394. "tests/**/*.e2e.ts"
  395. ],
  396. "project": [
  397. "src/**/*.ts",
  398. "tests/**/*.ts"
  399. ]
  400. },
  401. "packages/code-runtime/code-runtime-worker": {
  402. "entry": [
  403. "tests/**/*.spec.ts",
  404. "tests/**/*.e2e.ts"
  405. ],
  406. "project": [
  407. "src/**/*.ts",
  408. "tests/**/*.ts"
  409. ]
  410. },
  411. "packages/llm/llm-deepseek": {
  412. "entry": [
  413. "tests/**/*.spec.ts",
  414. "tests/**/*.e2e.ts"
  415. ],
  416. "project": [
  417. "src/**/*.ts",
  418. "tests/**/*.ts"
  419. ]
  420. },
  421. "packages/llm/llm-pi-ai": {
  422. "entry": [
  423. "tests/**/*.spec.ts",
  424. "tests/**/*.e2e.ts"
  425. ],
  426. "project": [
  427. "src/**/*.ts",
  428. "tests/**/*.ts"
  429. ]
  430. },
  431. "packages/session/session-title-first-message-llm": {
  432. "entry": [
  433. "tests/**/*.spec.ts",
  434. "tests/**/*.e2e.ts"
  435. ],
  436. "project": [
  437. "src/**/*.ts",
  438. "tests/**/*.ts"
  439. ]
  440. },
  441. "packages/context/workspace-context": {
  442. "entry": [
  443. "tests/**/*.spec.ts",
  444. "tests/**/*.e2e.ts"
  445. ],
  446. "project": [
  447. "src/**/*.ts",
  448. "tests/**/*.ts"
  449. ]
  450. },
  451. "packages/session/session-checkpoint-policy": {
  452. "entry": [
  453. "tests/**/*.spec.ts",
  454. "tests/**/*.e2e.ts"
  455. ],
  456. "project": [
  457. "src/**/*.ts",
  458. "tests/**/*.ts"
  459. ]
  460. },
  461. "packages/util/paths": {
  462. "entry": [
  463. "tests/**/*.spec.ts"
  464. ],
  465. "project": [
  466. "src/**/*.ts",
  467. "tests/**/*.ts"
  468. ]
  469. },
  470. "packages/web/web-search-exa": {
  471. "entry": [
  472. "tests/**/*.spec.ts",
  473. "tests/**/*.e2e.ts"
  474. ],
  475. "project": [
  476. "src/**/*.ts",
  477. "tests/**/*.ts"
  478. ]
  479. },
  480. "packages/web/web-search-perplexity": {
  481. "entry": [
  482. "tests/**/*.spec.ts",
  483. "tests/**/*.e2e.ts"
  484. ],
  485. "project": [
  486. "src/**/*.ts",
  487. "tests/**/*.ts"
  488. ]
  489. },
  490. "packages/workflow/workflow-workerthread": {
  491. "entry": [
  492. "tests/**/*.spec.ts",
  493. "tests/**/*.e2e.ts"
  494. ],
  495. "project": [
  496. "src/**/*.ts",
  497. "tests/**/*.ts"
  498. ]
  499. },
  500. "packages/web/web-search-deepseek": {
  501. "entry": [
  502. "tests/**/*.spec.ts",
  503. "tests/**/*.e2e.ts"
  504. ],
  505. "project": [
  506. "src/**/*.ts",
  507. "tests/**/*.ts"
  508. ]
  509. },
  510. "packages/examples/acp-demo": {
  511. "entry": [
  512. "tests/**/*.spec.ts",
  513. "tests/**/*.e2e.ts"
  514. ],
  515. "project": [
  516. "src/**/*.ts",
  517. "tests/**/*.ts"
  518. ]
  519. },
  520. "packages/examples/agent-spine-demo": {
  521. "entry": [
  522. "tests/**/*.spec.ts",
  523. "tests/**/*.e2e.ts"
  524. ],
  525. "project": [
  526. "src/**/*.ts",
  527. "tests/**/*.ts"
  528. ]
  529. },
  530. "packages/scaffold/server": {
  531. "entry": [
  532. "tests/**/*.spec.ts",
  533. "tests/**/*.e2e.ts"
  534. ],
  535. "project": [
  536. "src/**/*.ts",
  537. "tests/**/*.ts"
  538. ]
  539. },
  540. "packages/interaction/commands": {
  541. "entry": [
  542. "tests/**/*.spec.ts"
  543. ],
  544. "project": [
  545. "src/**/*.ts",
  546. "tests/**/*.ts"
  547. ]
  548. },
  549. "packages/examples/jsonrpc-demo": {
  550. "project": [
  551. "src/**/*.ts"
  552. ]
  553. },
  554. "packages/scaffold/create-sdk": {
  555. "entry": [
  556. "src/bin.ts",
  557. "tests/**/*.spec.ts",
  558. "tests/**/*.e2e.ts",
  559. "tests/**/*.snapshot.ts"
  560. ],
  561. "project": [
  562. "src/**/*.ts",
  563. "tests/**/*.ts"
  564. ]
  565. },
  566. "packages/scaffold/scripts": {
  567. "entry": [
  568. "src/bin.ts",
  569. "tests/**/*.spec.ts",
  570. "tests/**/*.snapshot.ts"
  571. ],
  572. "project": [
  573. "src/**/*.ts",
  574. "tests/**/*.ts"
  575. ],
  576. "ignoreDependencies": [
  577. "node-addon-require-builtin"
  578. ]
  579. },
  580. "packages/subagent/subagent-spawn": {
  581. "entry": [
  582. "tests/**/*.spec.ts",
  583. "tests/**/*.e2e.ts"
  584. ],
  585. "project": [
  586. "src/**/*.ts",
  587. "tests/**/*.ts"
  588. ]
  589. },
  590. "packages/subagent/subagent-acp": {
  591. "entry": [
  592. "tests/**/*.spec.ts",
  593. "tests/**/*.e2e.ts",
  594. "tests/mock-acp-server.ts"
  595. ],
  596. "project": [
  597. "src/**/*.ts",
  598. "tests/**/*.ts"
  599. ]
  600. },
  601. "packages/subagent/subagent-codex": {
  602. "entry": [
  603. "tests/**/*.spec.ts",
  604. "tests/**/*.e2e.ts"
  605. ],
  606. "project": [
  607. "src/**/*.ts",
  608. "tests/**/*.ts"
  609. ],
  610. "ignoreDependencies": [
  611. "@openai/codex"
  612. ]
  613. },
  614. "packages/subagent/subagent-claude-code": {
  615. "entry": [
  616. "tests/**/*.spec.ts",
  617. "tests/**/*.e2e.ts"
  618. ],
  619. "project": [
  620. "src/**/*.ts",
  621. "tests/**/*.ts"
  622. ]
  623. },
  624. "packages/fs/tool-fs": {
  625. "entry": [
  626. "tests/**/*.spec.ts",
  627. "tests/**/*.e2e.ts"
  628. ],
  629. "project": [
  630. "src/**/*.ts",
  631. "tests/**/*.ts"
  632. ]
  633. },
  634. "packages/fs/tool-fs-search": {
  635. "entry": [
  636. "tests/**/*.spec.ts"
  637. ],
  638. "project": [
  639. "src/**/*.ts",
  640. "tests/**/*.ts"
  641. ]
  642. },
  643. "packages/mcp/mcp-client": {
  644. "entry": [
  645. "tests/**/*.spec.ts",
  646. "tests/**/*.e2e.ts",
  647. "tests/fixture-server.ts"
  648. ],
  649. "project": [
  650. "src/**/*.ts",
  651. "tests/**/*.ts"
  652. ],
  653. "ignoreDependencies": [
  654. "@modelcontextprotocol/server-everything",
  655. "@modelcontextprotocol/server-filesystem"
  656. ]
  657. },
  658. "packages/client/web": {
  659. "project": [
  660. "src/**/*.ts",
  661. "src/**/*.tsx",
  662. "tests/**/*.tsx"
  663. ],
  664. "ignoreDependencies": [
  665. "@deepseek-ai/dsh-client-ui-theme"
  666. ]
  667. },
  668. "packages/client/ui-settings": {
  669. "entry": [
  670. "tests/**/*.spec.ts",
  671. "tests/**/*.spec.tsx"
  672. ],
  673. "project": [
  674. "src/**/*.ts",
  675. "src/**/*.tsx",
  676. "tests/**/*.ts",
  677. "tests/**/*.tsx"
  678. ],
  679. "ignoreDependencies": [
  680. "@types/react-dom",
  681. "react-dom"
  682. ]
  683. },
  684. "apps/web": {
  685. "entry": [
  686. "tests/**/*.e2e.ts",
  687. "tests/**/*.perf.ts",
  688. "tests/**/*.snapshot.ts",
  689. "tests/support.ts",
  690. "src/node-module-stub.ts"
  691. ],
  692. "project": [
  693. "src/**/*.ts",
  694. "tests/**/*.ts"
  695. ],
  696. "ignoreDependencies": [
  697. "@deepseek-ai/dsh-client-ui-primitives",
  698. "@deepseek-ai/dsh-client-ui-slots",
  699. "@deepseek-ai/dsh-client-web-react",
  700. "@types/react",
  701. "@types/react-dom",
  702. "react",
  703. "react-dom"
  704. ]
  705. },
  706. "apps/cli": {
  707. "entry": [
  708. "tests/**/*.spec.ts",
  709. "tests/**/*.e2e.ts",
  710. "tests/**/*.snapshot.ts"
  711. ],
  712. "project": [
  713. "src/**/*.ts",
  714. "tests/**/*.ts"
  715. ],
  716. "ignoreDependencies": [
  717. "@deepseek-ai/.+"
  718. ]
  719. },
  720. "packages/client/modules": {
  721. "entry": [
  722. "tests/**/*.spec.ts"
  723. ],
  724. "project": [
  725. "src/**/*.ts",
  726. "tests/**/*.ts"
  727. ]
  728. },
  729. "packages/client/hmr": {
  730. "entry": [
  731. "tests/**/*.spec.ts"
  732. ],
  733. "project": [
  734. "src/**/*.ts",
  735. "tests/**/*.ts"
  736. ]
  737. },
  738. "packages/subagent/subagent-dsh-sdk": {
  739. "entry": [
  740. "tests/**/*.spec.ts",
  741. "tests/**/*.e2e.ts"
  742. ],
  743. "project": [
  744. "src/**/*.ts",
  745. "tests/**/*.ts"
  746. ]
  747. },
  748. "packages/bundle/base": {
  749. "ignoreDependencies": [
  750. "@deepseek-ai/.+"
  751. ]
  752. },
  753. "packages/bundle/headless": {
  754. "ignoreDependencies": [
  755. "@deepseek-ai/dsh-code-runtime-worker"
  756. ]
  757. },
  758. "packages/bundle/web-app": {
  759. "ignoreDependencies": [
  760. "@deepseek-ai/.+"
  761. ]
  762. }
  763. }
  764. }