{
	"name": "xls-to-json",
	"version": "2.1.1",
	"description": "Converting xls file to json files using nodejs",
	"main": "index.js",
	"scripts": {
		"test": "mocha"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/rodrigograca31/node-xls-to-json.git"
	},
	"keywords": [
		"xls",
		"json",
		"node"
	],
	"author": {
		"name": "Rodrigo Graça",
		"url": "https://rodrigograca.com"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/rodrigograca31/node-xls-to-json/issues"
	},
	"homepage": "https://github.com/rodrigograca31/node-xls-to-json#readme",
	"dependencies": {
		"csv-parse": "^5.1.0",
		"xlsx": "^0.18.5"
	},
	"devDependencies": {
		"mocha": "^10.0.0"
	}
}
