{
  "name": "@andy-toolforge/pm-support",
  "version": "1.0.0",
  "description": "Toolforge domain: Project management tools — task tracker, meeting assistant, project planner",
  "main": "lib/index.js",
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "repository": "github:andy-pham-it/toolforge",
  "scripts": {
    "postinstall": "node skills/postinstall.js",
    "test": "node --test lib/*.test.js"
  },
  "dependencies": {
    "@andy-toolforge/core": "^1.0.0"
  }
}
