n8n-nodes-sentor
Version:
n8n community node for sentiment analysis using Sentor AI API
61 lines (60 loc) • 1.53 kB
JSON
{
"name": "n8n-nodes-sentor",
"version": "0.2.12",
"type": "commonjs",
"description": "n8n community node for sentiment analysis using Sentor AI API",
"license": "MIT",
"homepage": "https://github.com/NIKX-Tech/n8n-nodes-sentor",
"keywords": [
"n8n-community-node-package",
"n8n",
"sentiment-analysis",
"sentor",
"ml",
"machine-learning",
"nlp"
],
"author": {
"name": "Erfan Jazeb Nikoo",
"email": "erfan@nikx.one"
},
"repository": {
"type": "git",
"url": "https://github.com/NIKX-Tech/n8n-nodes-sentor.git"
},
"scripts": {
"build": "n8n-node build",
"build:watch": "tsc --watch",
"dev": "n8n-node dev",
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"release": "n8n-node release"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"strict": true,
"credentials": [
"dist/credentials/SentorApi.credentials.js"
],
"nodes": [
"dist/nodes/Sentor/Sentor.node.js"
]
},
"devDependencies": {
"@n8n/node-cli": "*",
"eslint": "9.32.0",
"prettier": "3.6.2",
"release-it": "^19.0.4",
"typescript": "5.9.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"overrides": {
"change-case": "4.1.2",
"@n8n/eslint-plugin-community-nodes": "0.5.0"
}
}