excel2json/package.json
2021-03-30 09:19:19 +07:00

19 lines
409 B
JSON

{
"name": "excel2json",
"version": "1.0.0",
"description": "Excel to json",
"repository": {
"url": "https://github.com/CUBETIQ/excel2json.git"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sambo Chea <sombochea@cubetiqs.com>",
"license": "MIT",
"dependencies": {
"xlsx": "^0.16.9"
}
}