{
  "name": "sway-tools",
  "version": "1.2.0",
  "description": "Some tools and a library for controlling sway",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "switch-ws": "node -r ts-node/register src/tools/switch-ws.ts",
    "eslint": "eslint"
  },
  "bin": {
    "change-bg": "bin/change-bg.js",
    "focus-nth-output": "bin/focus-nth-output.js",
    "switch-ws": "bin/switch-ws.js",
    "move-ws-to-display": "dist/tools/move-ws-to-output.js"
  },
  "keywords": [
    "sway",
    "management"
  ],
  "author": "Tim Schumacher <tim@datenknoten.me>",
  "license": "MIT",
  "devDependencies": {
    "@datenknoten/tslint-config": "0.5.0",
    "@types/fs-extra": "11.0.1",
    "@types/lodash": "4.14.195",
    "@types/minimist": "1.2.2",
    "@types/node": "20.4.2",
    "@types/shelljs": "0.8.12",
    "@typescript-eslint/eslint-plugin": "6.4.1",
    "@typescript-eslint/parser": "6.4.1",
    "eslint": "8.47.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.0",
    "prettier": "3.0.2",
    "ts-node": "10.9.1",
    "typescript": "5.1.6"
  },
  "dependencies": {
    "fs-extra": "11.1.1",
    "lodash": "4.17.21",
    "minimist": "1.2.8",
    "pino": "8.15.0",
    "pino-pretty": "10.2.0",
    "shelljs": "0.8.5"
  }
}
