{
  "name": "wgutils",
  "version": "1.3.0",
  "description": "Tools for managing working groups",
  "main": "dist/index.js",
  "bin": {
    "wgutils": "dist/cli.js"
  },
  "scripts": {
    "wgutils": "node dist/cli.js",
    "watch": "tsc --watch",
    "build": "tsc",
    "prepack": "tsc",
    "version": "node scripts/postversion.mjs && git add src/version.ts",
    "test": "true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphql/wgutils.git"
  },
  "keywords": [
    "GraphQL",
    "working",
    "group",
    "wg",
    "tools",
    "utils",
    "helpers",
    "schedule",
    "meeting",
    "agenda"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphql/wgutils/issues"
  },
  "homepage": "https://github.com/graphql/wgutils#readme",
  "devDependencies": {
    "@tsconfig/node20": "^20.1.2",
    "@types/node": "^20.11.0",
    "@types/yargs": "^17.0.32",
    "prettier": "^3.1.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "date-fns": "^2",
    "date-fns-tz": "^2.0.0",
    "parse-diff": "0.11.1",
    "yargs": "^17.7.2",
    "zod": "^3.22.4"
  },
  "files": [
    "dist"
  ]
}
