- Restructured as bun monorepo with packages/cfg and packages/worker - CLI rewritten in TypeScript with modular architecture - Published as @shazhou/cfg@1.0.0 (replaces @shazhou/config) - Deprecated @shazhou/config on npm - Removed legacy Python scripts and old cli-npm package
6 lines
82 B
JSON
6 lines
82 B
JSON
{
|
|
"name": "config-service",
|
|
"private": true,
|
|
"workspaces": ["packages/*"]
|
|
}
|