UNPKG

next-google-adsense

Version:
47 lines (46 loc) 1.17 kB
{ "name": "next-google-adsense", "version": "1.0.13", "description": "Next.js Google AdSense", "main": "dist/index.js", "type": "commonjs", "keywords": [ "next.js", "google", "adsense", "react", "typescript" ], "scripts": { "build": "tsc", "test": "tsc & jest", "dev": "tsc -w", "dev:test": "tsc & jest --coverage", "pub": "npm run test && npm run build && npm publish", "pub@beta": "npm run test && npm run build && npm publish --tag beta" }, "repository": { "type": "git", "url": "git+https://github.com/soranoo/next-google-adsense.git" }, "author": "soranoo (Freeman)", "license": "MIT", "bugs": { "url": "https://github.com/soranoo/next-google-adsense/issues" }, "homepage": "https://github.com/soranoo/next-google-adsense#readme", "peerDependencies": { "next": ">=11.0.0", "react": ">=17.0.0" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/react": "^18.2.31", "jest": "^29.5.0", "ts-jest": "^29.0.5", "typescript": "^5.0.2" }, "bin": { "create-ads-txt": "./bin/cli.mjs" } }