{
  "name": "@openzeppelin/defender-sdk-deploy-client",
  "version": "2.7.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/OpenZeppelin/defender-sdk"
  },
  "description": "Client library for managing Defender Deployments",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "!*.test.js",
    "!*.test.js.map",
    "!*.test.d.ts",
    "!*__mocks__"
  ],
  "author": "Dylan Kilkenny <dylan@openzeppelin.com>",
  "license": "MIT",
  "dependencies": {
    "@openzeppelin/defender-sdk-base-client": "^2.7.1",
    "axios": "^1.7.4",
    "lodash": "^4.17.21"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "daddff62731a4b55075b57905d8c5b8c4eb3b80e",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "test": "npm run test:unit",
    "test:unit": "jest --verbose --passWithNoTests --forceExit",
    "watch": "tsc -w",
    "test:clean": "jest --clearCache"
  }
}