forked from github-starred/komodo
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"name": "@mbecker20/monitor-cli",
|
|
"version": "0.0.3",
|
|
"description": "A CLI to aid in the setup of monitor",
|
|
"bin": "cli.js",
|
|
"author": "mbecker20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ink": "^3.2.0",
|
|
"mongoose": "^6.2.7",
|
|
"react": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.21",
|
|
"@types/react": "^17.0.40",
|
|
"typescript": "^4.6.2",
|
|
"vite": "^2.8.6",
|
|
"@monitor/types": "1.0.0"
|
|
}
|
|
}
|