mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"name": "@memoh/container",
|
|
"version": "1.0.0",
|
|
"description": "Containerd-based container management utilities",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"execa": "^9.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.5",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"packageManager": "pnpm@10.27.0"
|
|
}
|