{
	"name": "@haileybot/captcha-generator",
	"version": "1.7.0",
	"description": "An NPM package to generate captcha images that can be used in Discord bots or various other projects",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"scripts": {
		"clean": "rm -rf coverage .nyc_output dist/**/*",
		"compile": "tsc",
		"test": "nyc mocha",
		"coverage": "nyc report -r lcovonly",
		"build": "npm run clean && npm run compile && npm test && npm run coverage"
	},
	"nyc": {
		"all": true
	},
	"author": "cheesits456 <quin@cheesits456.dev>",
	"license": "GPL-3.0",
	"dependencies": {
		"canvas": "^2.6.1"
	},
	"devDependencies": {
		"@istanbuljs/nyc-config-typescript": "^1.0.1",
		"@types/mocha": "^8.2.0",
		"@types/node": "^14.14.16",
		"mocha": "^8.2.1",
		"mocha-lcov-reporter": "^1.3.0",
		"nyc": "^15.1.0",
		"source-map-support": "^0.5.19",
		"ts-node": "^9.1.1",
		"typescript": "^4.1.3"
	},
	"engines": {
		"node": ">=12.0.0"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/HaileyBot/captcha-generator.git"
	},
	"bugs": {
		"url": "https://github.com/HaileyBot/captcha-generator/issues",
		"email": "quin@cheesits456.dev"
	},
	"funding": {
		"type": "individual",
		"url": "https://donate.haileybot.com"
	},
	"homepage": "https://www.haileybot.com/captcha-generator",
	"keywords": [
		"captcha",
		"generator",
		"bot",
		"authentication",
		"discord",
		"slack"
	],
	"directories": {
		"example": "./examples",
		"test": "./test"
	},
	"prettier": {
		"arrowParens": "avoid",
		"printWidth": 80,
		"trailingComma": "all",
		"useTabs": true
	}
}
