@keload/node-red-contrib-happy-http-client
Version:
Fresh way to manage HTTP requests
74 lines (73 loc) • 1.78 kB
JSON
{
"name": "@keload/node-red-contrib-happy-http-client",
"version": "1.3.2",
"description": "Fresh way to manage HTTP requests",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm node-red-dxp build",
"dev": "pnpm node-red-dxp watch",
"format": "pnpm biome format",
"lint": "pnpm biome lint",
"lint:check": "pnpm biome check",
"release": "pnpm release-it",
"release:test": "pnpm release-it --dry-run"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"all": "dist/index.js"
}
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@keload/node-red-dxp": "1.23.2",
"@release-it/conventional-changelog": "10.0.1",
"@types/jquery": "3.5.32",
"@types/jqueryui": "1.12.24",
"@types/node": "24.0.3",
"@types/node-red": "1.3.5",
"axios": "1.10.0",
"basic-auth": "2.0.1",
"express": "5.1.0",
"jsonwebtoken": "9.0.2",
"radash": "12.1.1",
"release-it": "19.0.3",
"tsx": "4.20.3",
"typescript": "5.8.3"
},
"keywords": [
"node-red",
"node-red-contrib",
"node-red-dxp",
"http",
"request"
],
"author": "Clément BERARD <contact@berard.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/clement-berard/node-red-contrib-happy-http-client.git"
},
"bugs": {
"url": "https://github.com/clement-berard/node-red-contrib-happy-http-client/issues"
},
"homepage": "https://github.com/clement-berard/node-red-contrib-happy-http-client",
"files": [
"dist"
],
"dependencies": {
"urllib": "4.6.11"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild"
]
}
}