@guardian/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
64 lines • 1.76 kB
JSON
{
"name": "@guardian/google-admanager-api",
"version": "7.0.2",
"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.15.2",
"google-auth-library": "10.6.2",
"soap": "1.9.1",
"superstruct": "2.0.2"
},
"devDependencies": {
"@changesets/cli": "2.31.0",
"@guardian/eslint-config": "14.0.1",
"@guardian/prettier": "10.0.0",
"@types/node": "25.6.0",
"eslint": "9.39.3",
"glob-bin": "1.1.0",
"open": "11.0.0",
"prettier": "3.8.3",
"server-destroy": "1.0.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"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": "glob -c \"STAGE=TEST tsx --test --test-reporter spec \" \"**/*.{test,spec}.ts\""
}
}