Files
komodo/cli/package.json
T
2022-04-14 07:01:32 -07:00

31 lines
843 B
JSON

{
"name": "@mbecker20/monitor-cli",
"version": "0.0.25",
"description": "A CLI to aid in the setup of monitor",
"author": "mbecker20",
"license": "GPL v3.0",
"bin": "cli.js",
"scripts": {
"start": "yarn build && build/cli.js",
"restart-default": "yarn build && build/cli.js --restart-default",
"build": "vite build && node post-build.mjs && chmod +x build/cli.js",
"update-version": "node update-version.mjs"
},
"dependencies": {
"ink": "^3.2.0",
"ink-link": "^2.0.0",
"ink-spinner": "^4.0.3",
"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"
}
}