n8n-nodes-dext
Version:
n8n node for Dext Precision API
54 lines • 1.16 kB
JSON
{
"name": "n8n-nodes-dext",
"version": "1.0.0",
"description": "n8n node for Dext Precision API",
"keywords": [
"n8n-community-node-package",
"n8n",
"dext",
"accounting",
"precision"
],
"license": "MIT",
"homepage": "https://n8n.io",
"author": {
"name": "n8n Community",
"email": "info@n8n.io"
},
"repository": {
"type": "git",
"url": "https://github.com/n8n-io/n8n-nodes-dext.git"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier src --write",
"lint": "eslint \"src/**/*.ts\"",
"lintfix": "eslint \"src/**/*.ts\" --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/DextApi.credentials.js"
],
"nodes": [
"dist/nodes/Dext/Dext.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "^5.45.0",
"eslint-plugin-n8n-nodes-base": "^1.11.0",
"gulp": "^4.0.2",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}