core: move npm service to core package for shared dependency management

This commit is contained in:
Dax Raad
2026-04-25 14:36:15 -04:00
parent 6742034b03
commit 5ea6eaad3c
18 changed files with 42 additions and 81 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ import { ConfigProvider } from "./provider"
import { ConfigServer } from "./server"
import { ConfigSkills } from "./skills"
import { ConfigVariable } from "./variable"
import { Npm } from "@/npm"
import { Npm } from "@opencode-ai/core/npm"
const log = Log.create({ service: "config" })