mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-21 12:56:08 -05:00
21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "monitor-periphery",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "mbecker20",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "tsc && node build/main.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dockerode": "^3.3.3",
|
|
"typescript": "^4.6.2",
|
|
"@monitor/types": "1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"dockerode": "^3.3.1",
|
|
"fastify": "^3.27.4",
|
|
"fastify-plugin": "^3.0.1"
|
|
}
|
|
}
|