knip.json 17 KB

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