{
	"name": "@neovici/nullxlsx",
	"version": "3.1.0",
	"description": "Minimal xlsx file and zip archive generator in javascript",
	"keywords": [
		"xlsx"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/neovici/nullxlsx.git"
	},
	"license": "MIT",
	"author": "jokedst@gmail.com",
	"main": "index.js",
	"directories": {
		"test": "test"
	},
	"scripts": {
		"lint": "eslint --report-unused-disable-directives --cache --ext .js .",
		"start": "wds",
		"test": "wtr --coverage",
		"test:watch": "wtr --watch"
	},
	"release": {
		"plugins": [
			"@semantic-release/commit-analyzer",
			"@semantic-release/release-notes-generator",
			"@semantic-release/changelog",
			"@semantic-release/github",
			"@semantic-release/npm",
			"@semantic-release/git"
		],
		"branch": "master"
	},
	"publishConfig": {
		"access": "public"
	},
	"commitlint": {
		"extends": [
			"@commitlint/config-conventional"
		]
	},
	"husky": {
		"hooks": {
			"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
		}
	},
	"devDependencies": {
		"@commitlint/cli": "^18",
		"@commitlint/config-conventional": "^18",
		"@neovici/cfg": "^1.41.0",
		"@open-wc/testing": "^3.0.0",
		"@semantic-release/changelog": "^6.0.0",
		"@semantic-release/git": "^10.0.0",
		"husky": "^4.2.3",
		"lit-html": "^2.0.0",
		"semantic-release": "^22.0.0",
		"sinon": "^17"
	},
	"type": "module"
}
