@walkeros/web-destination-meta
Version:
Meta pixel web destination for walkerOS
67 lines (66 loc) • 1.64 kB
JSON
{
"name": "@walkeros/web-destination-meta",
"description": "Meta pixel web destination for walkerOS",
"version": "0.4.2",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./examples": {
"types": "./dist/examples/index.d.ts",
"import": "./dist/examples/index.mjs",
"require": "./dist/examples/index.js"
},
"./dev": {
"types": "./dist/dev.d.ts",
"import": "./dist/dev.mjs",
"require": "./dist/dev.js"
}
},
"files": [
"dist/**"
],
"scripts": {
"build": "tsup --silent",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"dev": "jest --watchAll --colors",
"lint": "tsc && eslint \"**/*.ts*\"",
"test": "jest",
"update": "npx npm-check-updates -u && npm update"
},
"dependencies": {
"@walkeros/web-core": "0.4.2"
},
"devDependencies": {
"@types/facebook-pixel": "^0.0.31"
},
"repository": {
"url": "git+https://github.com/elbwalker/walkerOS.git",
"directory": "packages/web/destinations/meta"
},
"author": "elbwalker <hello@elbwalker.com>",
"homepage": "https://github.com/elbwalker/walkerOS#readme",
"bugs": {
"url": "https://github.com/elbwalker/walkerOS/issues"
},
"keywords": [
"walker",
"walkerOS",
"destination",
"web",
"meta",
"pixel"
],
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/elbwalker"
}
]
}