mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"name": "@monitor/util-node",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"author": "mbecker20",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@monitor/types": "1.0.0",
|
|
"@monitor/util": "1.0.0",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/node-os-utils": "^1.2.0",
|
|
"dockerode": "^3.3.1",
|
|
"fs-extra": "^10.0.1",
|
|
"node-os-utils": "^1.3.6",
|
|
"pm2": "^5.2.0"
|
|
}
|
|
}
|