UNPKG

n8n-nodes-google-pagespeed

Version:

n8n community node for Google PageSpeed Insights API with comprehensive performance, accessibility, and SEO analysis

81 lines (80 loc) 2.14 kB
{ "name": "n8n-nodes-google-pagespeed", "version": "1.7.5", "description": "n8n community node for Google PageSpeed Insights API with comprehensive performance, accessibility, and SEO analysis", "keywords": [ "n8n-community-node-package", "google", "pagespeed", "performance", "seo", "accessibility", "lighthouse", "web-vitals", "website-analysis" ], "license": "MIT", "homepage": "https://github.com/joselhurtado/n8n-nodes-google-pagespeed#readme", "author": { "name": "Jose Hurtado", "email": "hello@hurtadojose.com", "url": "https://github.com/joselhurtado" }, "repository": { "type": "git", "url": "git+https://github.com/joselhurtado/n8n-nodes-google-pagespeed.git" }, "bugs": { "url": "https://github.com/joselhurtado/n8n-nodes-google-pagespeed/issues" }, "engines": { "node": ">=18.10", "pnpm": ">=7" }, "packageManager": "pnpm@8.6.2", "main": "dist/index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "test": "jest", "test:watch": "jest --watch", "prepublishOnly": "npm run build", "postpack": "rm -f *.tgz" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/GooglePageSpeedApi.credentials.js" ], "nodes": [ "dist/nodes/GooglePageSpeed/GooglePageSpeed.node.js" ] }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.19.110", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^5.0.0", "gulp-typescript": "^6.0.0-alpha.1", "jest": "^29.5.0", "n8n-node-dev": "^1.94.0", "n8n-workflow": "^1.82.0", "prettier": "^2.7.1", "ts-jest": "^29.1.0", "tsconfig-paths": "^4.2.0", "typescript": "^5.8.3" }, "peerDependencies": { "n8n-workflow": "*" } }