{
  "name": "oh-my-space",
  "version": "1.1.0",
  "description": "Manage multi-repo workspaces with Git submodules.",
  "license": "MIT",
  "homepage": "https://github.com/divlook/oh-my-space",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/divlook/oh-my-space.git"
  },
  "bugs": {
    "url": "https://github.com/divlook/oh-my-space/issues"
  },
  "keywords": [
    "oms",
    "oh-my-space",
    "git",
    "cli",
    "git-submodule",
    "submodule",
    "workspace",
    "multi-repo",
    "monorepo",
    "repository-management",
    "developer-tools",
    "ai",
    "agent"
  ],
  "author": {
    "name": "divlook",
    "email": "uihyeon.cha@gmail.com",
    "url": "https://github.com/divlook"
  },
  "type": "module",
  "bin": {
    "oms": "dist/oms.js"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20.19.0"
  },
  "scripts": {
    "build": "tsc --noEmit && node scripts/build.mjs",
    "test": "node scripts/test.mjs",
    "test:compile": "node scripts/compile-tests.mjs",
    "test:inventory": "node scripts/validate-test-inventory.mjs",
    "test:unit": "npm run test:inventory && npm run test:compile && node scripts/run-test-layer.mjs .test-dist/tests/unit unit",
    "test:integration": "npm run test:inventory && npm run test:compile && node scripts/run-test-layer.mjs .test-dist/tests/integration integration",
    "test:blackbox": "npm run test:inventory && npm run build && node scripts/run-test-layer.mjs tests blackbox",
    "test:preparation": "npm run test:inventory && npm run build && node --test tests/cli-preparation-*.test.js",
    "test:scaffold": "npm run test:inventory && npm run build && node --test tests/cli-scaffold.test.js",
    "test:sync": "npm run test:inventory && npm run build && node --test tests/cli-sync-*.test.js",
    "test:commit": "npm run test:inventory && npm run build && node --test tests/cli-commit-*.test.js",
    "test:branch": "npm run test:inventory && npm run build && node --test tests/cli-branch*.test.js",
    "test:tools": "npm run test:inventory && npm run build && node --test tests/cli-tools.test.js",
    "test:benchmark:latest": "node scripts/benchmark-test-suite.mjs --runs 1 --label latest-supported-diagnostic",
    "prepack": "node scripts/prepack.mjs",
    "changeset": "changeset",
    "version": "changeset version && npm install --package-lock-only --ignore-scripts",
    "release": "changeset publish",
    "release:beta": "node scripts/publish-beta.mjs"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.29.7",
    "@changesets/get-release-plan": "^4.0.16",
    "@clack/prompts": "^1.4.0",
    "@types/node": "^20.19.0",
    "@types/semver": "^7.7.1",
    "commander": "^14.0.3",
    "esbuild": "^0.28.1",
    "semver": "^7.8.4",
    "typescript": "^7.0.2",
    "yaml": "^2.8.1"
  }
}
