{
	"name": "@mcaptcha/svelte-glue",
	"version": "0.1.0-alpha-1",
	"description": "glue code to setup mCaptcha on your Svelte website",
	"author": "Aravinth Manivannan <realaravinth@batsense.net>",
	"license": "(MIT OR Apache-2.0)",
	"keywords": [
		"mCaptcha",
		"CAPTCHA",
		"proof of work",
		"react"
	],
	"homepage": "https://mcaptcha.org",
	"browser": "dist/index.js",
	"types": "dist/index.d.ts",
	"bugs": {
		"url": "https://github.com/mCaptcha/glue/issues",
		"email": "realaravinth@batsense.net"
	},
	"funding": [
		{
			"type": "individual",
			"url": "http://mcaptcha.org/donate"
		},
		{
			"type": "liberapay",
			"url": "https://liberapay.com/mcaptcha"
		},
		{
			"type": "individual",
			"url": "http://batsense.net/donate"
		},
		{
			"type": "liberapay",
			"url": "https://liberapay.com/realaravinth"
		}
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/mCaptcha/glue.git"
	},
	"scripts": {
		"dev": "svelte-kit dev",
		"doc": "typedoc ./src/lib",
		"build": "svelte-kit build",
		"package": "svelte-kit package",
		"preview": "svelte-kit preview",
		"check": "svelte-check --tsconfig ./tsconfig.json",
		"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
		"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
		"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
		"test": "jest"
	},
	"main": "./src/lib/index.ts",
	"svelte": "./src/lib/Widget.svelte",
	"devDependencies": {
		"@sveltejs/adapter-auto": "next",
		"@sveltejs/kit": "next",
		"@testing-library/jest-dom": "^5.16.1",
		"@testing-library/svelte": "^3.0.3",
		"@typescript-eslint/eslint-plugin": "^4.31.1",
		"@typescript-eslint/parser": "^4.31.1",
		"eslint": "^7.32.0",
		"eslint-config-prettier": "^8.3.0",
		"eslint-plugin-svelte3": "^3.2.1",
		"jest": "^27.4.5",
		"prettier": "^2.4.1",
		"prettier-plugin-svelte": "^2.4.0",
		"svelte": "^3.44.0",
		"svelte-check": "^2.2.6",
		"svelte-jester": "^2.1.5",
		"svelte-preprocess": "^4.9.4",
		"svelte2tsx": "^0.4.11",
		"ts-jest": "^27.1.1",
		"tslib": "^2.3.1",
		"typedoc": "^0.22.10",
		"typescript": "^4.4.3"
	},
	"type": "module",
	"jest": {
		"collectCoverage": true,
		"coverageDirectory": "coverage",
		"testEnvironment": "jest-environment-jsdom",
		"transform": {
			"^.+\\.svelte$": [
				"svelte-jester",
				{
					"preprocess": true
				}
			],
			"^.+\\.ts$": "ts-jest"
		},
		"setupFilesAfterEnv": [
			"@testing-library/jest-dom/extend-expect"
		],
		"moduleFileExtensions": [
			"js",
			"ts",
			"svelte"
		]
	},
	"dependencies": {
		"@mcaptcha/core-glue": "^0.1.0-alpha-3"
	}
}
