express-addon-analytics
Version:
Analytics for Adobe Express Add-on
37 lines (36 loc) • 1.09 kB
JSON
{
"name": "express-addon-analytics",
"version": "1.0.35",
"author": "Michael S. Scherotter <michael@galeryst.com> (https://galeryst.com)",
"bugs": "https://github.com/mscherotter/express-analytics/issues",
"homepage": "https://github.com/mscherotter/express-analytics",
"publisher": "Michael S. Scherotter",
"readme": "https://github.com/mscherotter/express-analytics",
"scripts": {
"lint": "npx eslint src",
"build": "npm run lint && tsc && tsc -d",
"publish": "npm run build && npm publish"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mscherotter/express-analytics.git"
},
"displayName": "Adobe Express Add-on Analytics",
"description": "Analytics for Adobe Express Add-on",
"keywords": [
"Adobe",
"Adobe Express",
"Add-on",
"panel",
"Galeryst",
"Analytics"
],
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/node": "^22.17.0",
"eslint": "^9.32.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0"
}
}