google-publisher-tag
Version:
Type-safe React wrapper for Google Publisher Tag (GPT).
41 lines (40 loc) • 830 B
JSON
{
"name": "google-publisher-tag",
"version": "0.1.0",
"description": "Type-safe React wrapper for Google Publisher Tag (GPT).",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"gpt",
"google-publisher-tag",
"ads",
"react",
"typescript"
],
"author": "Seu Nome",
"license": "MIT",
"peerDependencies": {
"react": ">=18"
},
"devDependencies": {
"@types/googletag": "^3.3.0",
"@types/react": "^18.3.3",
"rimraf": "^5.0.5",
"typescript": "^5.6.0"
}
}