UNPKG

n8n-nodes-windows-network-fileshare-smb2

Version:
73 lines (72 loc) 2.37 kB
{ "name": "n8n-nodes-windows-network-fileshare-smb2", "version": "0.1.0-beta.1", "description": "n8n community node for Windows File Share access via SMB2 protocol", "keywords": [ "n8n-community-node-package", "n8n", "windows", "network", "fileshare", "file", "smb2", "file-share", "network-drive", "automation" ], "license": "MIT", "homepage": "https://github.com/DirectorVector/n8n-nodes-windows-network-fileshare-smb2#readme", "author": { "name": "DirectorVector", "email": "bthrower@vortexglobal.com" }, "repository": { "type": "git", "url": "git+https://github.com/DirectorVector/n8n-nodes-windows-network-fileshare-smb2.git" }, "engines": { "node": ">=20.15" }, "main": "index.js", "scripts": { "build": "npx rimraf dist && tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "format:check": "prettier nodes credentials --check", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix", "test": "npm run test:operations && npm run test:node", "test:operations": "node --openssl-legacy-provider test-smb2-operations.js", "test:node": "node --openssl-legacy-provider test-n8n-node.js", "test:ci": "npm run lint && npm run format:check && npm run build && npm run test", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/WindowsNetworkApi.credentials.js" ], "nodes": [ "dist/nodes/WindowsFileshare/WindowsFileshare.node.js" ] }, "dependencies": { "@marsaud/smb2": "^0.15.0", "dotenv": "^16.0.0" }, "devDependencies": { "@types/node": "^24.7.2", "@typescript-eslint/parser": "~8.32.0", "eslint": "^8.57.0", "eslint-plugin-n8n-nodes-base": "^1.16.3", "gulp": "^5.0.0", "prettier": "^3.5.3", "typescript": "^5.8.2" }, "peerDependencies": { "n8n-workflow": "*" } }