-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.29 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
50
51
52
{
"name": "@leesiongchan/ads-manager",
"version": "0.0.19",
"repository": {
"type": "git",
"url": "git+https://github.com/leesiongchan/ads-manager.git",
"baseUrl": "https://github.com/leesiongchan/ads-manager"
},
"license": "MIT",
"author": {
"name": "Lee Siong Chan",
"email": "[email protected]"
},
"keywords": [
"facebook-ads",
"google-ads",
"social-media",
"twitter-ads"
],
"source": "src/index.ts",
"main": "dist/ads-manager.js",
"module": "dist/ads-manager.esm.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "microbundle -f es,cjs --target node"
},
"dependencies": {
"ajv": "^6.12.0",
"axios": "^0.19.2",
"change-case": "^4.1.1",
"date-fns": "^2.9.0",
"facebook-nodejs-business-sdk": "^6.0.0",
"google-ads-api": "^3.5.0",
"js-sha256": "^0.9.0",
"mime-types": "^2.1.26",
"node-adwords": "^201809.0.2",
"patch-package": "^6.2.0",
"pino": "^5.16.0",
"pino-pretty": "^3.6.0",
"twitter-lite": "^0.9.4"
},
"devDependencies": {
"@types/mime-types": "2.1.0",
"@types/pino": "5.15.5",
"@yarnpkg/pnpify": "^2.0.0-rc.18",
"microbundle": "next",
"ts-essentials": "^6.0.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.2"
}
}