UNPKG

n8n-nodes-npm-tools

Version:

n8n node for NPM tools and search functionality with AI-powered relevance scoring

73 lines (72 loc) 1.7 kB
{ "name": "n8n-nodes-npm-tools", "version": "0.2.1", "description": "n8n node for NPM tools and search functionality with AI-powered relevance scoring", "keywords": [ "n8n-community-node-package", "n8n-node-ai-tool", "npm", "npm-search", "ai", "package-search", "n8n" ], "license": "MIT", "homepage": "", "author": { "name": "Tim Holum", "email": "tholum@coulee.tech" }, "repository": { "type": "git", "url": "git+https://github.com/yourusername/n8n-nodes-npm-tools.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials", "lintfix": "eslint nodes credentials --fix", "prepublishOnly": "npm run build && npm run lint" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "nodes": [ "dist/nodes/NpmSearch/NpmSearch.node.js" ], "aiTool": { "enabled": true, "categories": [ "AI" ], "subcategories": { "AI": [ "Tools" ] } } }, "devDependencies": { "@types/express": "^4.17.17", "@types/request-promise-native": "~1.0.18", "@typescript-eslint/eslint-plugin": "5.45", "@typescript-eslint/parser": "~5.45", "eslint": "^8.57.1", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^4.0.2", "n8n-core": "^1.14.1", "n8n-workflow": "^1.48.0", "prettier": "^2.7.1", "typescript": "~4.8.4" }, "dependencies": { "@langchain/core": "^0.1.63", "axios": "^1.7.8", "zod": "^3.22.4" } }