UNPKG

@izzai/n8n-nodes-izzone

Version:

n8n custom node for izz.ONE

86 lines (85 loc) 2.18 kB
{ "name": "@izzai/n8n-nodes-izzone", "version": "0.0.21", "description": "n8n custom node for izz.ONE", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "homepage": "https://www.izz.ai/", "repository": { "type": "git", "url": "https://github.com/izzai/account" }, "scripts": { "lint": "eslint src", "build": "run-s \"pre:build\" \"create:build\" \"post:build\"", "fix": "run-p \"lint:prettier --write\" \"lint:eslint --fix\" \"typecheck\"", "lint:prettier": "prettier \"**/*.{js,jsx,ts,tsx,css,scss,json,md,yml,html}\"", "lint:eslint": "eslint \"**/*.{ts,tsx}\"", "lint:all": "run-p \"lint:prettier --check\" \"lint:eslint\" \"typecheck\"", "typecheck": "tsc --noEmit --project ./tsconfig.json", "pre:build": "tsx buildScripts/preBuild.ts", "post:build": "tsx buildScripts/postBuild.ts", "create:build": "tsc" }, "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/IzzOne.credentials.js" ], "nodes": [ "dist/nodes/IzzOne.node.js" ] }, "keywords": [ "one", "izz", "izz one", "nexus", "n8n", "node", "custom node", "n8n izz one", "izz.ONE" ], "engines": { "node": ">=22" }, "author": { "name": "Adarsh Mohan", "email": "adarsh@izz.ai" }, "license": "CHECK LICENSE.md", "files": [ "dist", "LICENSE.md" ], "dependencies": { "n8n-workflow": "1.82.0" }, "devDependencies": { "@eslint/js": "*", "@izzai/nexus-api": "workspace:*", "@izzai/tsconfig": "workspace:*", "@tsconfig/node22": "^22.0.0", "@types/eslint": "*", "@types/node": "^*", "@types/prettier": "*", "@typescript-eslint/eslint-plugin": "*", "@typescript-eslint/parser": "*", "eslint": "*", "eslint-config-prettier": "*", "eslint-plugin-import": "*", "eslint-plugin-prettier": "*", "eslint-plugin-simple-import-sort": "*", "eslint-plugin-unused-imports": "*", "npm-run-all": "*", "prettier": "*", "tsconfig": "*", "typescript": "*", "typescript-eslint": "*" }, "peerDependencies": { "n8n-workflow": "*" } }