{
    "name": "n8n-nodes-text-file-tools",
    "version": "1.0.1",
    "description": "n8n node for processing text files: remove UTF-8 BOM, convert line endings, and normalize text formats",
    "keywords": [
        "n8n-community-node-package",
        "text-file-tools",
        "utf-8",
        "line-endings",
        "normalization",
        "bom",
        "strip-bom",
        "convert-line-endings"
    ],
    "license": "MIT",
    "homepage": "https://github.com/drudge/n8n-nodes-text-file-tools",
    "author": {
        "name": "Nicholas Penree",
        "email": "nick@penree.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/drudge/n8n-nodes-text-file-tools.git"
    },
    "engines": {
        "node": ">=18.10",
        "pnpm": ">=9.1"
    },
    "packageManager": "pnpm@9.1.4",
    "main": "index.js",
    "scripts": {
        "preinstall": "npx only-allow pnpm",
        "build": "tsc && gulp build:icons",
        "dev": "tsc --watch",
        "format": "prettier nodes --write",
        "lint": "eslint nodes package.json",
        "lintfix": "eslint nodes package.json --fix",
        "prepublishOnly": "pnpm build && pnpm lint -c .eslintrc.prepublish.js nodes package.json"
    },
    "files": [
        "dist"
    ],
    "n8n": {
        "n8nNodesApiVersion": 1,
        "credentials": [],
        "nodes": [
            "dist/nodes/TextFileTools/TextFileTools.node.js"
        ]
    },
    "devDependencies": {
        "@types/node": "^22.13.5",
        "@typescript-eslint/parser": "^7.15.0",
        "eslint": "^8.56.0",
        "eslint-plugin-n8n-nodes-base": "^1.16.1",
        "gulp": "^4.0.2",
        "prettier": "^3.3.2",
        "typescript": "^5.5.3"
    },
    "peerDependencies": {
        "n8n-workflow": "*"
    }
}
