@itopplus/node-google-ads-api
Version:
Unofficial NodeJs Google Ads API
33 lines (32 loc) • 769 B
JSON
{
"name": "@itopplus/node-google-ads-api",
"version": "1.0.6",
"description": "Unofficial NodeJs Google Ads API",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iTopPlus/Node-Google-Ads-API.git"
},
"keywords": [
"Nodejs",
"Google",
"Ads",
"API",
"Unofficial"
],
"author": "ITOPPLUS",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iTopPlus/Node-Google-Ads-API/issues"
},
"homepage": "https://github.com/iTopPlus/Node-Google-Ads-API#readme",
"dependencies": {
"@hapi/joi": "^16.1.7",
"google-auth-library": "^5.5.1",
"node-fetch": "^2.6.0"
}
}