mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-20 15:20:27 -05:00
24 lines
496 B
JSON
24 lines
496 B
JSON
{
|
|
"name": "monitor-core",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "mbecker20",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "tsc && node build/main.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dockerode": "^3.3.3",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"dockerode": "^3.3.1",
|
|
"fastify": "^3.27.4",
|
|
"fastify-oauth2": "^4.5.0",
|
|
"fastify-plugin": "^3.0.1",
|
|
"fs-extra": "^10.0.1",
|
|
"mongoose": "^6.2.6"
|
|
}
|
|
}
|