This commit is contained in:
aricjean
2026-05-12 13:16:02 -07:00
commit 3af4d06af6
9 changed files with 323 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "infrastructure-runtime-adapter",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"c12": "^4.0.0-beta.5",
"pathe": "^2.0.3",
"std-env": "^4.1.0"
}
}