21 lines
506 B
JSON
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"
|
|
}
|
|
}
|