{
  "name": "@bonniernews/bn-google-ad-manager-api",
  "version": "1.0.3",
  "description": "",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "scripts": {
    "start": "ts-node index.ts",
    "test": "ts-node ./test/gam-client-feature.ts",
    "compile": "tsc -p .",
    "prepare": "npm t && npm run compile"
  },
  "keywords": [
    "API",
    "GAM",
    "BonnierNews"
  ],
  "files": [
    "README.md",
    "build",
    "package.json"
  ],
  "author": {
    "name": "BonnierNews Annonsutveckling & A$AP"
  },
  "license": "ISC",
  "dependencies": {
    "soap": "^0.45.0"
  },
  "devDependencies": {
    "google-auth-library": "^9.2.0",
    "ts-node": "^10.9.1"
  }
}
