-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@riculum/fb-conversions-api",
"version": "0.1.4",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsup",
"lint": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/riculum/fb-conversions-api"
},
"keywords": [
"facebook",
"facebook conversions",
"conversions API",
"facebook pixel",
"conversion tracking",
"event tracking",
"pixel integration",
"marketing API",
"ads tracking",
"typescript facebook conversions",
"typescript facebook API",
"react facebook pixel"
],
"author": "Riculum",
"license": "MIT",
"description": "A Package for interacting with the Facebook Conversions API, enabling server-side event tracking and conversion optimization for Facebook Ads and Pixel integration.",
"dependencies": {
"dotenv": "^16.4.5",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/node": "^22.9.0"
}
}