Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Nov 27, 2024
2 parents 8bd15ab + 2c5c647 commit e503837
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"require": "./dist/cjs/index.js",
"default": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
},
"./GoogleAds": {
"import": "./dist/esm/GoogleAds.js",
"require": "./dist/cjs/GoogleAds.js",
"default": "./dist/esm/GoogleAds.js",
"types": "./dist/types/GoogleAds.d.ts"
}
},
"main": "./dist/cjs/index.js",
Expand All @@ -57,7 +63,8 @@
"dependencies": {
"@grpc/grpc-js": "^1.12.2",
"deepmerge": "^4.3.1",
"log4js": "^6.9.1"
"log4js": "^6.9.1",
"long": "^5.2.3"
},
"devDependencies": {
"@types/node": "^22.7.7",
Expand All @@ -74,4 +81,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit e503837

Please sign in to comment.