{
  "name": "linux-window-session-manager",
  "version": "4.0.5",
  "description": "Window session manager for linux",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "bin": {
    "lwsm": "cmd.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/johannesjo/linux-window-session-manager.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js",
    "buildBin": "find ./node_modules/x11 -type f -exec sed -i 's/req_proxy\\.arguments/arguments/g' {} + && nexe",
    "build": "rollup --config",
    "watch": "rollup --config --watch",
    "testSnap": "snapcraft clean cmd -s pull && snapcraft prime && snap try prime/ --devmode && /snap/bin/lwsm save test && /snap/bin/lwsm restore test",
    "version": "yarn build",
    "pretty": "prettier --check \"src/**/*.ts\" --write"
  },
  "author": "Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)",
  "license": "MIT",
  "dependencies": {
    "findup-sync": "^4.0.0",
    "jfs": "^0.2.6",
    "omelette": "^0.4.5",
    "x11": "^2.3.0"
  },
  "devDependencies": {
    "@types/node": "^12.7.8",
    "D": "^1.0.0",
    "husky": ">=4",
    "lint-staged": "^10.0.7",
    "prettier": "^1.19.1",
    "rollup": "^1.21.4",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript": "^1.0.1",
    "tslib": "^1.10.0",
    "typescript": "^3.6.3"
  },
  "nexe": {
    "input": "./cmd.js",
    "output": "./out/lwsm^$",
    "temp": ".tmp",
    "runtime": {
      "framework": "node",
      "version": "6.9.2",
      "ignoreFlags": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  }
}
