{
	"name": "jsonrawtoxlsx",
	"version": "1.1.2",
	"description": "convert raw json to xlsx",
	"main": "index.js",
	"license": "MIT",
	"author": "Arie Syukron <syukronarie@gmail.com>",
	"repository": "https://github.com/syukronarie/jsontoxlsx",
	"bugs": {
		"url": "https://github.com/syukronarie/jsonrawtoxlsx/issues"
	},
	"contributors": [],
	"scripts": {
		"test": "jest",
		"test:cover": "jest --coverage",
		"prepare": "husky install"
	},
	"dependencies": {
		"cc-xlsx": "^0.20.0"
	},
	"devDependencies": {
		"husky": "^8.0.3",
		"jest": "^29.7.0"
	},
	"husky": {
		"hooks": {
			"pre-commit": "npm run test && npm run test:cover"
		}
	},
	"keywords": [
		"json",
		"xlsx",
		"excel",
		"json",
		"json-xlsx",
		"xlsx-json",
		"create-xlsx",
		"create-excel",
		"json-to-xlsx",
		"jsonraw-to-xlsx",
		"jsonrawtoxlsx",
		"jsonrawtoexcel",
		"json-to-excel",
		"xlsx-to-json",
		"xlsx-from-json",
		"microsoft",
		"microsoft-xlsx",
		"microsoft-excel"
	]
}
