{
	"name": "xlsx-style-bug-fix-vite1",
	"version": "1.0.0",
	"author": "xbj",
	"license": "ISC",
	"description": "xlsx-style-bug-fix fix some bugs in vite",
	"keywords": [ "excel", "xls", "xlsx", "xlsb", "xlsm", "ods", "office", "spreadsheet" ],
	"bin": {
		"xlsx": "./bin/xlsx.njs"
	},
	"main": "./xlsx",
	"dependencies": {
		"ssf":"~0.8.1",
		"codepage":"~1.3.6",
		"cfb":">=0.10.0",
		"jszip":"2.4.0",
		"crc-32":"",
		"adler-32":"",
		"commander":""
	},
	"devDependencies": {
		"cheerio":"^0.19.0",
		"mocha":"",
		"xlsjs":"",
		"uglify-js":""
	},
	"repository": {},
	"scripts": {
		"pretest": "git submodule init && git submodule update",
		"test": "make test"
	},
	"config": {
		"blanket": {
			"pattern": "xlsx.js"
		}
	},
	"engines": { "node": ">=0.8" }
}
