mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"name": "cloud-init.multi-part",
|
|
"main": "index.ts",
|
|
"devDependencies": {
|
|
"@types/node": "^18",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pulumi/cloudinit": "^1.4.6",
|
|
"yaml": "^2.5.1"
|
|
}
|
|
}
|