forked from github-starred/komodo
28 lines
584 B
JSON
28 lines
584 B
JSON
{
|
|
"name": "monitor-cli",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "mbecker20",
|
|
"license": "MIT",
|
|
"bin": "build/monitor-cli.js",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"start": "npm run build && build/monitor-cli.js",
|
|
"build": "tsc && chmod +x build/monitor-cli.js"
|
|
},
|
|
"devDependencies": {
|
|
"@sindresorhus/tsconfig": "^2.0.0",
|
|
"@types/node": "^17.0.21",
|
|
"@types/react": "^17.0.40",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"dependencies": {
|
|
"-": "^0.0.1",
|
|
"ink": "^3.2.0",
|
|
"meow": "^10.1.2",
|
|
"react": "^17.0.2"
|
|
}
|
|
}
|