@daouy/n8n-nodes-carbone
Version:
n8n nodes for Carbone integration
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "@daouy/n8n-nodes-carbone",
"version": "0.2.0",
"description": "n8n nodes for Carbone integration",
"keywords": [
"n8n-community-node-package",
"carbone"
],
"license": "MIT",
"homepage": "https://github.com/daouy/n8n-carbone",
"author": {
"name": "Carbone",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/daouy/n8n-carbone.git"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier --write .",
"lint": "eslint nodes credentials --ext .ts",
"lintfix": "eslint nodes credentials --ext .ts --fix",
"prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/CarboneApi.credentials.js"
],
"nodes": [
"dist/nodes/Carbone/CarboneLifecycle.node.js"
]
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.19.8",
"@types/request-promise-native": "^1.0.21",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"n8n-core": "^1.30.0",
"n8n-workflow": "^1.100.0",
"prettier": "^3.2.5",
"request-promise-native": "^1.0.9",
"typescript": "^5.4.3"
}
}