@bonniernews/bn-google-ad-manager-api
Version:
This repo is a fork of https://github.com/thewizarodofoz/google-ad-manager-api to update dependencies, functionality and add typing for the different gam services.
35 lines (34 loc) • 688 B
JSON
{
"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"
}
}