react-use-facebook-pixel
Version:
Type-safe wrapper for integrating Facebook Pixel
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "react-use-facebook-pixel",
"version": "1.0.7",
"description": "Type-safe wrapper for integrating Facebook Pixel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/geneloper/react-use-facebook-pixel.git"
},
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"facebook",
"pixel",
"react",
"tracking",
"typescript",
"eventID"
],
"author": "Eugene Medvedev",
"devDependencies": {
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"terser": "^5.31.5",
"typescript": "^5.5.4",
"vite": "^6.3.2",
"vite-plugin-dts": "^4.5.3"
}
}