excel-to-json-parser
Version:
Convert Excel to JSON
46 lines (45 loc) • 1 kB
JSON
{
"name": "excel-to-json-parser",
"version": "1.0.11",
"description": "Convert Excel to JSON",
"main": "index.js",
"bin": {
"etj": "./bin/index.js"
},
"dependencies": {
"chalk": "^5.0.1",
"commander": "^9.2.0",
"inquirer": "^8.2.4",
"node-xlsx": "^0.21.0",
"open": "^7.0.3"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
},
"scripts": {
"example": "yarn && node ./bin/index.js -s ./examples/example.xlsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"excel",
"json",
"excel-to-json"
],
"author": {
"name": "Aaron Lam",
"email": "linjiajun2015@gmail.com"
},
"bugs": {
"url": "https://github.com/Aaronlamz/excel-to-json/issues"
},
"homepage": "https://github.com/Aaronlamz/excel-to-json#readme",
"files": [
"bin/*.js",
"src",
"README.md"
],
"license": "MIT"
}