Files
komodo/cli/package.json
2022-03-20 11:06:41 -07:00

28 lines
711 B
JSON

{
"name": "@mbecker20/monitor-cli",
"version": "0.0.6",
"description": "A CLI to aid in the setup of monitor",
"author": "mbecker20",
"license": "MIT",
"bin": "cli.js",
"scripts": {
"start": "yarn build && build/cli.js",
"build": "vite build && node post-build.mjs && chmod +x build/cli.js",
"update-version": "node update-version.mjs"
},
"dependencies": {
"ink": "^3.2.0",
"ink-text-input": "^4.0.3",
"jotai": "^1.6.1",
"meow": "^10.1.2",
"mongoose": "^6.2.7",
"react": "^17.0.2"
},
"devDependencies": {
"@monitor/types": "1.0.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"typescript": "^4.6.2",
"vite": "^2.8.6"
}
}