{
	"name": "epubcheck-static",
	"version": "4.0.0-v5.3.0",
	"description": "Packaged epubcheck.jar",
	"main": "index.js",
	"type": "module",
	"keywords": [
		"epubcheck"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sashee/epubcheck-static.git"
	},
	"scripts": {
		"test": "node --test",
		"prepare": "node prepare.js",
		"update": "node update.js"
	},
	"files": [
		"vendor",
		"index.js",
		"index.d.ts"
	],
	"types": "index.d.ts",
	"directories": {
		"lib": "./vendor"
	},
	"author": {
		"name": "Tamas Sallai",
		"url": "https://advancedweb.hu/"
	},
	"license": "ISC",
	"devDependencies": {
		"zip-lib": "^1.0.5"
	}
}