n8n-nodes-viviscape
Version:
n8n community node for ViviScape API
63 lines (62 loc) • 1.59 kB
JSON
{
"name": "n8n-nodes-viviscape",
"version": "1.4.21",
"description": "n8n community node for ViviScape API",
"keywords": [
"n8n-community-node-package",
"n8n",
"viviscape",
"crm",
"project-management",
"time-tracking",
"insights",
"notes"
],
"license": "MIT",
"homepage": "https://github.com/viviscape/n8n-nodes-viviscape#readme",
"author": {
"name": "ViviScape",
"email": "support@viviscape.com"
},
"repository": {
"type": "git",
"url": "https://github.com/viviscape/n8n-nodes-viviscape.git"
},
"bugs": {
"url": "https://github.com/viviscape/n8n-nodes-viviscape/issues"
},
"scripts": {
"build": "tsc && npm run copy-assets",
"copy-assets": "copyfiles -u 1 \"nodes/**/*.svg\" dist/nodes",
"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"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ViviScapeApi.credentials.js"
],
"nodes": [
"dist/nodes/ViviScape/ViviScape.node.js",
"dist/nodes/ToolViviScape/ToolViviScape.node.js"
]
},
"devDependencies": {
"@typescript-eslint/parser": "^5.45.0",
"copyfiles": "^2.4.1",
"eslint": "^8.29.0",
"eslint-plugin-n8n-nodes-base": "^1.16.4",
"n8n-workflow": "*",
"prettier": "^2.7.1",
"typescript": "^5.2.2"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}