mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-05 16:00:50 +00:00
17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"name": "@monitor/client",
|
|
"version": "1.0.0",
|
|
"main": "dist/lib.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|