{
  "name": "@androidand/specsync",
  "version": "0.5.1",
  "description": "Sync OpenSpec changes with work-tracker issues — standalone CLI",
  "keywords": [
    "openspec",
    "github-issues",
    "spec-driven",
    "issue-tracker",
    "sync",
    "cli",
    "planning"
  ],
  "author": "androidand",
  "bugs": "https://github.com/androidand/specsync/issues",
  "bin": {
    "specsync": "bin/cli.js"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test test/*.test.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "skills/"
  ],
  "os": [
    "darwin",
    "linux"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "engines": {
    "node": ">=16"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/androidand/specsync.git"
  },
  "homepage": "https://github.com/androidand/specsync"
}
