UNPKG

n8n-nodes-nuwa

Version:

An n8n node for integrating with the GVA (Gin-Vue-Admin) backend system.

61 lines (60 loc) 1.57 kB
{ "name": "n8n-nodes-nuwa", "version": "0.1.1", "description": "An n8n node for integrating with the GVA (Gin-Vue-Admin) backend system.", "license": "MIT", "author": { "name": "Junday Chan", "email": "liangpi5@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/jundaychan/n8n-nodes-nuwa.git" }, "homepage": "https://github.com/jundaychan/n8n-nodes-nuwa", "bugs": { "url": "https://github.com/jundaychan/n8n-nodes-nuwa/issues" }, "keywords": [ "n8n-community-node-package", "n8n", "n8n-node", "gva", "gin-vue-admin", "api", "backend", "integration" ], "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier --write nodes credentials", "lint": "eslint nodes credentials --ext .ts --fix", "prepublishOnly": "npm run build && eslint nodes credentials --ext .ts -c .eslintrc.prepublish.js", "start:n8n": "n8n start" }, "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/GvaApi.credentials.js" ], "nodes": [ "dist/nodes/Nuwa/Nuwa.node.js" ] }, "devDependencies": { "@types/node": "^18.16.16", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "eslint": "^8.41.0", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-workflow": "^0.126.0", "prettier": "^2.8.8", "typescript": "^5.1.3" }, "dependencies": { "n8n-core": "^0.126.0" } }