2026-07-04 16:43:06 +08:00
{
"name" : "@deepseek-ai/dsh-app-boot" ,
"description" : "Shared boot glue for the app bins: .env loading, fail-loud Loader guards, snapshot-aware config resolution, and the Loader boot sequence" ,
"version" : "0.0.1" ,
"private" : true ,
"type" : "module" ,
"main" : "lib/index.js" ,
"types" : "lib/types/index.d.ts" ,
"exports" : {
"." : {
"types" : "./lib/types/index.d.ts" ,
"default" : "./lib/index.js"
} ,
2026-07-19 22:13:50 +08:00
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
2026-07-04 16:43:06 +08:00
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"files" : [
"lib/index.js" ,
2026-07-19 22:13:50 +08:00
"lib/invariant.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-04 16:43:06 +08:00
] ,
"license" : "BSD-3-Clause" ,
2026-07-22 10:55:17 +08:00
"dependencies" : {
"js-yaml" : "^4.2.0"
} ,
2026-07-04 16:43:06 +08:00
"peerDependencies" : {
2026-08-06 11:57:00 +08:00
"@cordisjs/plugin-group" : "^1.0.0" ,
2026-07-30 06:00:53 +08:00
"@cordisjs/plugin-hmr" : "^1.0.15" ,
2026-07-04 16:43:06 +08:00
"@cordisjs/plugin-include" : "^1.0.4" ,
2026-07-15 11:28:45 +08:00
"@cordisjs/plugin-loader" : "^1.0.0-rc.5" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-22 10:55:17 +08:00
"@deepseek-ai/dsh-paths" : "^0.0.1" ,
"@deepseek-ai/dsh-system-prompt" : "^0.0.1" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-04 16:43:06 +08:00
} ,
2026-07-30 06:00:53 +08:00
"peerDependenciesMeta" : {
"@cordisjs/plugin-hmr" : {
"optional" : true
}
} ,
2026-07-04 16:43:06 +08:00
"devDependencies" : {
2026-08-06 11:57:00 +08:00
"@cordisjs/plugin-group" : "workspace:^" ,
2026-07-30 03:11:16 +08:00
"@cordisjs/plugin-hmr" : "workspace:^" ,
2026-07-04 16:43:06 +08:00
"@cordisjs/plugin-include" : "workspace:^" ,
"@cordisjs/plugin-loader" : "workspace:^" ,
2026-07-30 03:11:16 +08:00
"@cordisjs/plugin-timer" : "workspace:^" ,
2026-07-19 22:13:50 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
2026-07-22 10:55:17 +08:00
"@deepseek-ai/dsh-paths" : "workspace:^" ,
"@deepseek-ai/dsh-system-prompt" : "workspace:^" ,
"@types/js-yaml" : "^4.0.9" ,
2026-07-15 11:28:45 +08:00
"cordis" : "^4.0.0-rc.7"
2026-07-04 16:43:06 +08:00
}
}