{ "name": "excel2json", "version": "1.0.0", "description": "Excel to json", "main": "index.js", "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Sambo Chea ", "license": "MIT", "dependencies": { "xlsx": "^0.16.9" } }