@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
65 lines • 1.75 kB
JSON
{
"name": "@guardian/google-admanager-api",
"version": "5.1.3",
"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",
"dependencies": {
"axios": "^1.12.0",
"google-auth-library": "^10.3.0",
"soap": "1.4.1",
"superstruct": "^2.0.2"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@guardian/eslint-config": "^11.0.0",
"@guardian/prettier": "^8.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.2.1",
"eslint": "^9.19.0",
"jest": "^30.0.3",
"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": "^4.2.0",
"typescript": "5.9.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"
}
}