{ "name": "@os-tools/canary-log-viewer", "version": "1.0.1", "description": "Structured log viewer for canary logs.", "main": "index.js", "bin": { "canary-log-viewer": "./bin/cli.js" }, "scripts": { "start": "ts-node canary-log-viewer.ts", "build": "tsc", "lint": "eslint . --ext .ts", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build && npm run lint" }, "repository": { "type": "git", "url": "https://git.bodicsek.host/bodicsek/canary-log-viewer.git" }, "author": "", "license": "MIT", "devDependencies": { "@types/node": "^14.14.41", "@types/yargs": "^16.0.1", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "eslint": "^7.25.0", "ts-node": "^9.1.1", "typescript": "^4.2.4" }, "dependencies": { "rxjs": "^6.6.7", "yargs": "^16.2.0" }, "publishConfig": { "registry": "https://npm.bodicsek.host" } }