14 lines
409 B
JSON
14 lines
409 B
JSON
|
|
{
|
||
|
|
"name": "@olsitec/foundation",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"description": "olsitec-foundation mono-repo — the bootstrap egg (bootstrap/) + vendored shared Pulumi modules (packages/*). One git clone = the full DR unit (000_TOPOLOGY.md, ADR-005).",
|
||
|
|
"workspaces": [
|
||
|
|
"packages/*",
|
||
|
|
"bootstrap"
|
||
|
|
],
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^5.0.0"
|
||
|
|
}
|
||
|
|
}
|