{
	"name": "n8n-nodes-freightutils",
	"version": "0.3.1",
	"description": "n8n community node for FreightUtils — free freight calculators, ADR dangerous goods, HS codes, UK duty, UN/LOCODE, and more.",
	"license": "MIT",
	"homepage": "https://www.freightutils.com",
	"keywords": [
		"n8n-community-node-package",
		"n8n",
		"freight",
		"logistics",
		"shipping",
		"freightutils",
		"dangerous-goods",
		"adr",
		"hs-codes",
		"customs",
		"incoterms",
		"cbm",
		"ldm",
		"chargeable-weight",
		"unlocode"
	],
	"author": {
		"name": "Marius Cristoiu",
		"email": "contact@freightutils.com",
		"url": "https://www.freightutils.com"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SoapyRED/n8n-nodes-freightutils.git"
	},
	"bugs": {
		"url": "https://github.com/SoapyRED/n8n-nodes-freightutils/issues"
	},
	"engines": {
		"node": ">=18"
	},
	"scripts": {
		"build": "n8n-node build",
		"build:watch": "tsc --watch",
		"dev": "n8n-node dev",
		"lint": "n8n-node lint",
		"lint:fix": "n8n-node lint --fix",
		"release": "n8n-node release"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": true,
		"credentials": [
			"dist/credentials/FreightUtilsApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/FreightUtils/FreightUtils.node.js"
		]
	},
	"devDependencies": {
		"@n8n/node-cli": "*",
		"eslint": "9.39.4",
		"prettier": "3.8.3",
		"release-it": "20.0.0",
		"typescript": "5.9.3"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	}
}
