n8n-nodes-salla1
Version:
n8n node for Salla.sa e-commerce platform integration with OAuth2.0
71 lines (70 loc) • 1.84 kB
JSON
{
"name": "n8n-nodes-salla1",
"version": "0.5.6",
"description": "n8n node for Salla.sa e-commerce platform integration with OAuth2.0",
"license": "MIT",
"homepage": "https://github.com/aolamer/n8n-nodes-salla",
"author": {
"name": "Amer Ahmed",
"email": "amer@amerahmed.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aolamer/n8n-nodes-salla.git"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix",
"setup": "node setup.js",
"test": "node test-build.js",
"test-pack": "npm pack --dry-run",
"publish:test": "npm publish --dry-run",
"publish:npm": "npm publish"
},
"files": [
"dist/credentials",
"dist/nodes",
"README.md",
"INSTALLATION.md",
"examples/"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/SallaOAuth2Api.credentials.js"
],
"nodes": [
"dist/nodes/Salla/Salla.node.js",
"dist/nodes/Salla/SallaTrigger.node.js"
]
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^18.16.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.37.0",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "^1.82.0",
"prettier": "^2.8.7",
"typescript": "^5.0.3"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"axios": "^1.4.0",
"moment": "^2.29.4"
},
"keywords": [
"n8n-community-node-package",
"salla",
"e-commerce",
"oauth2",
"automation"
]
}