{
  "name": "@guardian/google-admanager-api",
  "version": "3.1.2",
  "description": "Google Ad Manager API Client Library for NodeJs",
  "main": "dist/index",
  "types": "dist/index",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guardian/google-admanager-api.git"
  },
  "author": "Niurmiguel Gonzalez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guardian/google-admanager-api/issues"
  },
  "contributors": [
    {
      "name": "Niurmiguel Gonzalez",
      "url": "https://github.com/niurmiguel"
    },
    {
      "name": "The Guardian",
      "url": "https://github.com/guardian"
    }
  ],
  "homepage": "https://github.com/guardian/google-admanager-api#readme",
  "packageManager": "pnpm@8.15.5",
  "devDependencies": {
    "@changesets/cli": "^2.27.7",
    "@guardian/eslint-config-typescript": "^12.0.0",
    "@types/jest": "^29.4.0",
    "@types/node": "^20.0.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^28.6.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^29.0.0",
    "open": "^10.1.0",
    "prettier": "^3.3.3",
    "server-destroy": "^1.0.1",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.7.0",
    "tsconfig-paths": "^3.14.0",
    "typescript": "5.5.4"
  },
  "dependencies": {
    "axios": "^1.8.4",
    "google-auth-library": "^9.13.0",
    "soap": "1.1.10",
    "superstruct": "^2.0.2"
  },
  "keywords": [
    "admanager",
    "google",
    "googleads",
    "dfp",
    "ads"
  ],
  "scripts": {
    "start": "tsc && ts-node -r tsconfig-paths/register ./lib/index.ts",
    "build": "rm -rf dist && tsc -p tsconfig.json",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint 'lib/**/*.ts'",
    "prettier:check": "prettier . --check --cache",
    "prettier:fix": "prettier . --write --cache",
    "test": "jest --config jestconfig.json"
  }
}