@cryptodevops/n8n-nodes-santiment
Version:
n8n node for Santiment cryptocurrency API
67 lines (66 loc) • 1.52 kB
JSON
{
"name": "@cryptodevops/n8n-nodes-santiment",
"version": "0.3.9",
"description": "n8n node for Santiment cryptocurrency API",
"keywords": [
"n8n-community-node-package",
"santiment",
"cryptocurrency",
"crypto",
"market data",
"social analytics",
"on-chain metrics",
"api"
],
"license": "MIT",
"homepage": "https://github.com/GitCryptoDevOps/n8n-nodes-santiment",
"author": {
"name": "GitCryptoDevOps",
"email": "gitcryptodevops@example.com"
},
"repository": {
"type": "git",
"url": "https://github.com/GitCryptoDevOps/n8n-nodes-santiment.git"
},
"engines": {
"node": ">=18.10"
},
"main": "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",
"prepublishOnly": "npm run build && npm run lint"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/SantimentApi.credentials.js"
],
"nodes": [
"dist/nodes/Santiment/Santiment.node.js"
]
},
"devDependencies": {
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "^1.2.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"axios": "^1.7.2",
"dotenv": "^17.2.1"
}
}