@ai-growth/wordpress
Version:
n8n node for WordPress integration with AI GROWTH - SEO WP plugin
72 lines (71 loc) • 1.84 kB
JSON
{
"name": "@ai-growth/wordpress",
"version": "0.1.3",
"description": "n8n node for WordPress integration with AI GROWTH - SEO WP plugin",
"keywords": [
"n8n",
"n8n-node",
"wordpress",
"seo",
"ai-growth"
],
"license": "MIT",
"author": {
"name": "AI Growth",
"email": "info@aigrowthagent.co"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aigrowthagent/n8n-wordpress.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"n8n": {
"credentials": [
"dist/credentials/WordPressCredentials.js"
],
"nodes": [
"dist/nodes/WordPress.js"
]
},
"scripts": {
"build": "tsc --skipLibCheck --noEmitOnError true --incremental false --tsBuildInfoFile null",
"force-build": "rm -rf dist && tsc --skipLibCheck --noEmitOnError false",
"manual-build": "node scripts/manual-build.js",
"dev": "tsc --watch",
"format": "prettier --write .",
"lint": "eslint --ext .ts src",
"lint:fix": "eslint --ext .ts src --fix",
"prepublishOnly": "npm run manual-build",
"prepack": "npm run manual-build",
"clean": "rimraf dist",
"copy:assets": "cp -r src/utils/*.svg dist/utils/"
},
"dependencies": {
"axios": "^1.6.7",
"form-data": "^4.0.0"
},
"peerDependencies": {
"n8n-core": ">=1.0.0",
"n8n-workflow": ">=0.150.0"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"n8n-core": "^1.8.0",
"n8n-workflow": "^1.30.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.10",
"typescript": "^5.3.3"
}
}