{
  "name": "wonlog",
  "version": "0.1.1",
  "description": "Stream your local logs to browers.",
  "files": [
    "dist"
  ],
  "bin": {
    "wonlog-agent": "dist/wonlog/bin/wonlog-agent.js",
    "wonlog-server": "dist/wonlog/bin/wonlog-server.js"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "NODE_ENV=production tsc && chmod a+x dist/wonlog/bin/*.js",
    "start:agent": "NODE_ENV=development ts-node --files src/bin/wonlog-agent.ts",
    "start:server": "NODE_ENV=development ts-node --files src/bin/wonlog-server.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Devrama/wonlog.git"
  },
  "keywords": [
    "stream",
    "log",
    "logs",
    "logging",
    "browser",
    "logio",
    "rtail",
    "monitoring",
    "realtime"
  ],
  "author": "WON JONG YOO",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Devrama/wonlog/issues"
  },
  "homepage": "https://github.com/Devrama/wonlog#readme",
  "dependencies": {
    "wonlog-agent": "^0.1.1",
    "wonlog-server": "^0.1.1",
    "yargs-parser": "^20.2.9"
  },
  "gitHead": "39977cda3e61c775b9628b58d35e5f0fd46fc1d9"
}
