mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-21 12:56:08 -05:00
19 lines
279 B
JSON
19 lines
279 B
JSON
{
|
|
"name": "monitor",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "mbecker20",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"types",
|
|
"util",
|
|
"core",
|
|
"periphery",
|
|
"frontend"
|
|
],
|
|
"devDependencies": {
|
|
"typescript": "^4.6.2"
|
|
}
|
|
}
|