{
  "name": "submitgate",
  "version": "0.35.2",
  "keywords": [
    "submitgate",
    "mobile-compliance",
    "app-submission",
    "app-review",
    "app-store",
    "app-store-review",
    "google-play",
    "play-store",
    "ios",
    "android",
    "privacy-manifest",
    "required-reason-api",
    "app-transport-security",
    "ats",
    "release-gate",
    "mobile-security",
    "ci",
    "cli",
    "ipa",
    "apk",
    "aab",
    "xcarchive"
  ],
  "type": "module",
  "bin": {
    "submitgate": "dist/bin.js"
  },
  "license": "SEE LICENSE IN LICENSE",
  "files": [
    "dist",
    "docs",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "bplist-parser": "^0.3.2",
    "chalk": "^5.4.1",
    "commander": "^12.1.0",
    "minimatch": "^9.0.0",
    "plist": "^3.1.0",
    "yauzl": "^3.2.0",
    "zod": "^3.24.1",
    "@submitgate/contracts": "0.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.18.0",
    "@types/adm-zip": "^0.5.6",
    "@types/node": "^22.10.2",
    "@types/plist": "^3.0.5",
    "@types/yauzl": "^2.10.3",
    "@vitest/coverage-v8": "^2.1.8",
    "adm-zip": "^0.5.16",
    "dotenv-cli": "^11.0.0",
    "eslint": "^9.18.0",
    "prettier": "^3.4.2",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.20.0",
    "vitest": "^2.1.8"
  },
  "scripts": {
    "dev": "dotenv -e .env.local -- tsx src/bin.ts",
    "build": "tsc -p tsconfig.build.json",
    "lint": "eslint .",
    "format": "prettier -w .",
    "typecheck": "tsc --noEmit",
    "test": "pnpm run format && pnpm run lint && pnpm run typecheck && vitest run",
    "test:unit": "vitest run",
    "test:watch": "vitest",
    "verify": "pnpm test"
  }
}