UNPKG

google-adsense

Version:

Add Google AdSense to your React project instantly. This simple component handles both auto and manual ad setup.

44 lines (43 loc) 1.15 kB
{ "name": "google-adsense", "version": "1.1.7", "description": "Add Google AdSense to your React project instantly. This simple component handles both auto and manual ad setup.", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ranajahanzaib/google-adsense" }, "keywords": [ "adsense", "react", "google-adsense", "advertising" ], "author": "Rana Jahanzaib <work@withrana.com>", "homepage": "https://github.com/ranajahanzaib/google-adsense#readme", "bugs": { "url": "https://github.com/ranajahanzaib/google-adsense/issues" }, "files": [ "dist" ], "peerDependencies": { "react": "^18.0.0 || ^19.0.0" }, "scripts": { "build": "tsc && cp dist/index.js dist/index.esm.js", "lint": "eslint src --ext .ts,.tsx", "prepare": "yarn build", "prepublishOnly": "yarn build" }, "devDependencies": { "@types/react": "^19.0.10", "eslint": "^9.20.1", "eslint-config-prettier": "^10.0.1", "prettier": "^3.5.1", "typescript": "^5.7.3" } }