{
  "name": "windows11-manager",
  "version": "0.3.4",
  "description": "Rules based manager of windows state for Windows 11: position, desktop, pin",
  "main": "src/lib/index.js",
  "bin": "src/index.js",
  "dependencies": {
    "commander": "^9.4.1",
    "node-window-manager": "file:./vendor/node-window-manager",
    "wql-process-monitor": "^3.0.2"
  },
  "scripts": {
    "build": "npm run build --prefix tauri-app && node -e \"import('fs').then(fs=>fs.cpSync('tauri-app/src-tauri/target/release/bundle','dist',{recursive:true}))\"",
    "start": "node src",
    "version": "npm run changelog && git add CHANGELOG.md",
    "postversion": "git push --follow-tags && npm run release",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "release": "conventional-github-releaser -p angular && npm publish"
  },
  "author": "",
  "license": "ISC",
  "type": "module",
  "devDependencies": {
    "conventional-changelog-cli": "^5.0.0",
    "conventional-github-releaser": "^3.1.5"
  }
}
