UNPKG

@cafeasp/n8n-nodes-shopify-graphql

Version:
55 lines (54 loc) 1.39 kB
{ "name": "@cafeasp/n8n-nodes-shopify-graphql", "version": "0.1.8", "description": "n8n node for Shopify GraphQL API", "keywords": [ "n8n-community-node-package", "n8n", "shopify", "graphql" ], "license": "MIT", "homepage": "https://github.com/cafeasp/n8n-shopify-graphql", "author": { "name": "Victor Pacheco" }, "repository": { "type": "git", "url": "git+https://github.com/cafeasp/n8n-shopify-graphql.git" }, "main": "index.js", "scripts": { "build": "tsc && gulp build:icons", "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/ShopifyGraphQlApi.credentials.js" ], "nodes": [ "dist/nodes/ShopifyGraphQl/ShopifyGraphQl.node.js" ] }, "devDependencies": { "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "n8n-workflow": "^1.0.0", "prettier": "^3.0.0", "typescript": "^5.0.0" }, "peerDependencies": { "n8n-workflow": "*" }, "dependencies": {} }