{
  "name": "@ashkumar7/google-admanager-api",
  "version": "0.0.7",
  "description": "Google Ad Manager API Client Library for NodeJs",
  "main": "dist/index",
  "types": "dist/index",
  "scripts": {
    "start": "tsc && ts-node -r tsconfig-paths/register ./lib/index.ts",
    "build": "rimraf dist && tsc -p tsconfig.json",
    "format": "prettier --write \"**/*.ts\"",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "test": "jest --config jestconfig.json",
    "prerelease": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ashkumar7/google-admanager-api.git"
  },
  "author": "Ashkumar By Niurmiguel Gonzalez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ashkumar7/google-admanager-api.git"
  },
  "homepage": "https://github.com/Ashkumar7/google-admanager-api#readme",
  "devDependencies": {
    "@types/jest": "^27.5.2",
    "@types/node": "^17.0.21",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "eslint": "^8.11.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^27.5.1",
    "prettier": "^2.6.1",
    "supertest": "^6.2.2",
    "ts-jest": "^27.1.5",
    "ts-node": "^10.7.0",
    "tsconfig-paths": "^3.14.0",
    "typescript": "^4.6.2"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "google-auth-library": "^7.14.0",
    "soap": "^0.43.0"
  },
  "keywords": [
    "admanager",
    "google",
    "googleads",
    "dfp",
    "ads"
  ]
}