@strawberrydigital/ecom-data-layers
Version:
A library for implementing event-driven GTM data layers with a focus on ecommerce projects.
39 lines (38 loc) • 949 B
JSON
{
"name": "@strawberrydigital/ecom-data-layers",
"version": "1.10.5",
"description": "A library for implementing event-driven GTM data layers with a focus on ecommerce projects.",
"scripts": {
"build": "rimraf dist && node_modules/typescript/bin/tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strawberry/ecom-data-layers.git"
},
"keywords": [
"ecom",
"ecommerce",
"data",
"layer",
"gtm",
"google",
"tag",
"manager",
"google",
"analytics",
"ga",
"ga4"
],
"author": "Strawberry (https://github.com/strawberry)",
"license": "MIT",
"bugs": {
"url": "https://github.com/strawberry/ecom-data-layers/issues"
},
"homepage": "https://github.com/strawberry/ecom-data-layers#readme",
"devDependencies": {
"rimraf": "^3.0.2",
"typescript": "^4.7.3"
},
"dependencies": {}
}