{
  "name": "deepline",
  "version": "0.3.21",
  "description": "GTM data CLI and TypeScript SDK for coding agents",
  "license": "MIT",
  "homepage": "https://code.deepline.com",
  "keywords": [
    "deepline",
    "enrichment",
    "b2b",
    "data",
    "leads",
    "cli",
    "sdk"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "deepline": "dist/cli/index.mjs",
    "deepline-sdk": "dist/cli/index.mjs"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "sync-version": "bun ../scripts/sync-sdk-package-version.ts",
    "build": "bun ../scripts/sync-sdk-package-version.ts && tsup && bun ../scripts/finalize-sdk-text-import-types.ts && bun ../scripts/write-sdk-install-integrity.ts",
    "dev": "bun ../scripts/sync-sdk-package-version.ts && bun ../scripts/watch-sdk-build.ts",
    "typecheck": "tsc --noEmit --declaration false --declarationMap false",
    "prepack": "bun ../scripts/sync-sdk-package-version.ts && tsup && bun ../scripts/finalize-sdk-text-import-types.ts && bun ../scripts/write-sdk-install-integrity.ts",
    "prepublishOnly": "bun ../scripts/sync-sdk-package-version.ts && tsup && bun ../scripts/finalize-sdk-text-import-types.ts && bun ../scripts/write-sdk-install-integrity.ts"
  },
  "dependencies": {
    "acorn": "^8.17.0",
    "acorn-typescript": "^1.4.13",
    "commander": "^14.0.3",
    "csv-parse": "^5.6.0",
    "csv-stringify": "^6.5.0",
    "undici": "^6.22.0"
  },
  "optionalDependencies": {
    "esbuild": "^0.27.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsup": "^8.0.0",
    "typescript": "^6.0.2"
  },
  "deepline": {
    "apiContract": "2026-07-admin-cli-local-cutover",
    "apiMajor": 2,
    "installIntegrity": {
      "schemaVersion": 1,
      "manifest": "dist/install-integrity.json"
    }
  }
}
