UNPKG

@adkit.so/meta-pixel-next

Version:

Next.js integration for Meta Pixel tracking - auto PageView on route changes

60 lines (59 loc) 1.42 kB
{ "name": "@adkit.so/meta-pixel-next", "version": "1.0.1", "description": "Next.js integration for Meta Pixel tracking - auto PageView on route changes", "repository": { "type": "git", "url": "git+https://github.com/adkit-so/meta-pixel-next.git" }, "type": "module", "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "unbuild", "dev": "cd playground && npm run dev -- -p 3333", "prepack": "npm run build", "release": "npm run test && npm run build && npm publish --access public", "test": "playwright test --config test/playwright.config.ts", "test:ui": "playwright test --config test/playwright.config.ts --ui" }, "keywords": [ "meta", "facebook", "pixel", "tracking", "analytics", "nextjs", "next", "react", "typescript" ], "author": "", "license": "MIT", "peerDependencies": { "next": ">=13.0.0", "react": ">=18.0.0" }, "dependencies": { "@adkit.so/meta-pixel-react": "^1.0.0" }, "devDependencies": { "@playwright/test": "^1.56.1", "@types/react": "^18.2.0", "next": "^14.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.3.3", "unbuild": "^2.0.0" } }