{
    "name": "n8n-nodes-sefaria",
    "version": "1.0.4",
    "description": "n8n node to connect with Sefaria's API for accessing Jewish texts and connections",
    "keywords": [
        "n8n-community-node-package",
        "sefaria",
        "jewish-texts",
        "torah",
        "talmud"
    ],
    "license": "MIT",
    "homepage": "https://github.com/ephraimm/n8n-nodes-sefaria",
    "author": {
        "name": "Ephraim",
        "email": "ephraim@goseamless.co.za"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/ephraimm/n8n-nodes-sefaria.git"
    },
    "engines": {
        "node": ">=18.10",
        "pnpm": ">=9.1"
    },
    "packageManager": "pnpm@9.1.4",
    "main": "index.js",
    "scripts": {
        "build": "tsc && gulp build:icons",
        "dev": "tsc --watch",
        "test": "jest",
        "format": "prettier nodes credentials --write",
        "lint": "eslint nodes credentials package.json",
        "lintfix": "eslint nodes credentials package.json --fix"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [],
        "nodes": [
            "dist/nodes/Sefaria/Sefaria.node.js"
        ]
    },
    "devDependencies": {
        "@types/jest": "^29.5.12",
        "@typescript-eslint/parser": "^7.15.0",
        "eslint": "^8.56.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.1",
        "gulp": "^4.0.2",
        "n8n-workflow": "*",
        "prettier": "^3.3.2",
        "typescript": "^5.5.3",
        "jest": "^29.7.0",
        "ts-jest": "^29.2.5"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    },
    "dependencies": {
        "@devlikeapro/n8n-openapi-node": "^0.1.0"
    }
}
