forked from Opteo/google-ads-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "google-ads-api",
"version": "16.0.0",
"description": "Google Ads API Client Library for Node.js",
"repository": "https://github.com/Opteo/google-ads-api",
"main": "build/src/index.js",
"files": [
"build/src"
],
"scripts": {
"test": "jest",
"lint": "eslint . --ext .ts",
"build": "tsc",
"compile": "tsc && node build/scripts/index.js",
"prepare": "rm -rf build && npm run build"
},
"author": "Opteo",
"license": "MIT",
"dependencies": {
"@isaacs/ttlcache": "^1.2.2",
"google-ads-node": "^13.0.0",
"google-auth-library": "^7.1.0",
"google-gax": "^4.3.1",
"long": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^29.0.1",
"@types/pluralize": "^0.0.29",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"jest": "^29.0.3",
"pluralize": "^8.0.0",
"ts-jest": "^29.0.0",
"typescript": "^4.1.2"
},
"keywords": [
"google ads",
"google ads api",
"google ads node",
"google ads nodejs",
"google ads javascript",
"adwords",
"adwords api",
"adwords nodejs",
"adwords javascript",
"gads"
]
}