{
  "name": "@wat.ts/cli",
  "version": "0.18.0",
  "description": "Command line interface for wat.ts tools.",
  "author": "Lexi Frydl <me@lexifry.com>",
  "repository": "gitlab:lexifry/wat.ts",
  "license": "MPL-2.0",
  "main": "index.js",
  "bin": {
    "watts": "bin/watts.js"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "log-symbols": "^3.0.0",
    "resolve": "^1.15.1",
    "supports-color": "^7.1.0",
    "tslib": "^1.11.1",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@types/resolve": "^1.14.0",
    "@types/supports-color": "^5.3.0",
    "@types/yargs": "^15.0.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
