{
	"name": "sign-pad",
	"version": "1.3.4",
	"description": "sign-pad web component provides a signature drawing surface and related services",
	"keywords": [
		"sign",
		"signature",
		"digital",
		"draw",
		"pad",
		"security",
		"identity",
		"image",
		"svg",
		"png",
		"jpg",
		"jpeg"
	],
	"homepage": "https://github.com/gullerya/sign-pad",
	"bugs": {
		"url": "https://github.com/gullerya/sign-pad/issues",
		"email": "gullerya@gmail.com"
	},
	"license": "ISC",
	"files": [
		"dist"
	],
	"main": "dist/sign-pad.min.js",
	"browser": "dist/sign-pad.min.js",
	"type": "module",
	"author": {
		"name": "Yuri Guller",
		"email": "gullerya@gmail.com"
	},
	"funding": [
		{
			"url": "https://paypal.me/gullerya?locale.x=en_US"
		},
		{
			"url": "https://tidelift.com/funding/github/npm/sign-pad"
		}
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/gullerya/sign-pad"
	},
	"scripts": {
		"build": "node ./ci/tools/build-dist.js",
		"lint": "eslint -c ./ci/.eslintrc.json ./ci/**/*.js ./src/**/*.js ./tests/**/*.js",
		"test": "node ./node_modules/just-test/dist/tests-runner/run-tests.js --config=./tests/tests-runner-config.json",
		"bump": "node ./ci/tools/version-utils.js"
	},
	"devDependencies": {
		"eslint": "^7.30.0",
		"fs-extra": "^10.0.0",
		"just-test": "2.3.2",
		"puppeteer": "^10.1.0",
		"uglify-es": "^3.3.9"
	}
}
