@keload/node-red-contrib-ultimate-toolkit
Version:
A collection of (moderns) useful tools for Node-RED
70 lines (69 loc) • 1.76 kB
JSON
{
"name": "@keload/node-red-contrib-ultimate-toolkit",
"version": "1.11.2",
"description": "A collection of (moderns) useful tools for Node-RED",
"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",
"generate:readme": "pnpm tsx build-readme.ts"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"all": "dist/index.js"
}
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@formkit/tempo": "^0.1.2",
"@keload/node-red-dxp": "^1.23.1",
"@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",
"es-toolkit": "1.39.4",
"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",
"toolkit",
"utilities"
],
"author": "Clément BERARD <contact@berard.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/clement-berard/node-red-contrib-ultimate-toolkit.git"
},
"bugs": {
"url": "https://github.com/clement-berard/node-red-contrib-ultimate-toolkit/issues"
},
"homepage": "https://github.com/clement-berard/node-red-contrib-ultimate-toolkit",
"files": [
"dist"
],
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@parcel/watcher",
"esbuild"
]
}
}