Files
aricjean 3af4d06af6 init
2026-05-12 13:16:02 -07:00

18 lines
317 B
JSON

{
"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"
}
}