{ "name": "xy-excel-exporter", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/cnwillz/XyExcelExporter.git" }, "keywords": [ "excel", "exporter" ], "author": "willz", "license": "ISC", "bugs": { "url": "https://github.com/cnwillz/XyExcelExporter/issues" }, "homepage": "https://github.com/cnwillz/XyExcelExporter#readme", "dependencies": { "archiver": "^3.1.1", "lua-json": "^1.0.0", "xlsx": "^0.15.5" } }