Files
Virtual-Box/node_modules/node-red-contrib-xlsx-to-json/package.json
2025-12-02 16:27:21 +00:00

21 lines
506 B
JSON

{
"name": "node-red-contrib-xlsx-to-json",
"version": "1.0.0",
"description": "Node to convert an xlsx file into JSON, being able to select a tab or a specific range of excel.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rageljimenez",
"license": "ISC",
"keywords": [ "node-red" ],
"node-red": {
"nodes": {
"xlsxtojson": "xlsx-to-json.js"
}
},
"dependencies": {
"convert-excel-to-json": "^1.7.0"
}
}