{
    "name": "n8n-nodes-doc-fill-handwritten-finalyy",
    "version": "0.1.12",
    "description": "Custom n8n node to fill PDF forms with handwritten.ttf font",
    "license": "MIT",
    "homepage": "https://github.com/ONLimitt/n8n-nodes-doc-fill-handwritten-font",
    "author": {
        "name": "Nick T",
        "email": "nacosgaming@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ONLimitt/n8n-nodes-doc-fill-handwritten-font.git"
    },
    "main": "index.js",
    "scripts": {
        "build": "tsc",
        "prepublishOnly": "npm run build"
    },
    "keywords": [
        "n8n-community-node",
        "pdf-fill",
        "n8n",
        "workflow"
    ],
    "n8n": {
        "nodes": [
            "dist/nodes/DocFill/DocFill.node.js"
        ]
    },
    "dependencies": {
        "@pdf-lib/fontkit": "^1.1.1",
        "pdf-lib": "1.17.1"
    },
    "devDependencies": {
        "@types/express": "^4.17.6",
        "@types/fontkit": "^2.0.7",
        "@types/pdfkit": "^0.13.9",
        "@types/request-promise-native": "~1.0.15",
        "@typescript-eslint/parser": "~5.45",
        "eslint-plugin-n8n-nodes-base": "^1.11.0",
        "n8n-core": "^1.0.0",
        "n8n-workflow": "^1.0.0",
        "prettier": "^2.7.1",
        "typescript": "~4.8.4"
    },
    "resolutions": {
        "axios": "^1.8.2",
        "xlsx": "0.21.1",
        "mysql2": "^3.9.8",
        "pdfjs-dist": "^4.1.393",
        "semver": "^5.7.2",
        "@azure/identity": "^4.2.1",
        "snowflake-sdk": "^2.0.2"
    },
    "files": [
        "dist/**/*",
        "fonts/**/*",
        "index.js"
    ]
}
