{
  "name": "tsbuffer-cli",
  "version": "1.3.3",
  "description": "TSBuffer CLI Tools",
  "main": "index.js",
  "scripts": {
    "build": "rm -rf dist && npx rollup -c && cp LICENSE README.md package.json dist/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "tsbuffer": "./index.js",
    "tsbuffer-cli": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k8w/tsbuffer-cli.git"
  },
  "keywords": [
    "tsbuffer",
    "k8w",
    "typescript",
    "buffer",
    "protobuf"
  ],
  "author": "k8w",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/k8w/tsbuffer-cli/issues"
  },
  "homepage": "https://github.com/k8w/tsbuffer-cli#readme",
  "devDependencies": {
    "@rollup/plugin-replace": "^2.4.2",
    "@rollup/plugin-typescript": "^8.3.0",
    "@types/glob": "^7.2.0",
    "@types/minimist": "^1.2.2",
    "@types/node": "^15.14.9",
    "rollup": "^2.61.1",
    "rollup-plugin-typescript2": "^0.31.1"
  },
  "dependencies": {
    "colors": "^1.4.0",
    "glob": "^7.2.0",
    "k8w-extend-native": "^1.4.6",
    "minimist": "^1.2.5",
    "node-json-color-stringify": "^1.1.0",
    "os-locale": "^5.0.0",
    "tsbuffer": "^2.1.5",
    "tsbuffer-proto-generator": "^1.6.0",
    "tslib": "^2.3.1"
  }
}