ga4-changelog
Version:
Fetch the latest `what's new` changes for Google Analytics 4 and return them in an object.
28 lines (27 loc) • 682 B
JSON
{
"name": "ga4-changelog",
"version": "1.0.5",
"description": "Fetch the latest `what's new` changes for Google Analytics 4 and return them in an object.",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/workeffortwaste/ga4-changelog.git"
},
"author": "Chris Johnson (https://defaced.dev)",
"homepage": "https://defaced.dev/",
"keywords": [
"GA4",
"Google Analytics 4"
],
"license": "ISC",
"devDependencies": {
"eslint": "^9.13.0",
"neostandard": "^0.11.6"
},
"dependencies": {
"got": "^14.4.3",
"node-html-markdown": "^1.3.0",
"slackify-markdown": "^4.4.0"
}
}