{
	"name": "@gladesinger/vue3-yandex-smartcaptcha",
	"private": false,
	"version": "1.0.1",
	"type": "module",
	"scripts": {
		"dev": "vite",
		"build": "vue-tsc --noEmit && vite build",
		"generate:types": "vue-tsc -b",
		"types": "vue-tsc",
		"preview": "vite preview"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/Gladesinger/vue3-yandex-smartcaptcha.git"
	},
	"keywords": [
		"Yandex",
		"Captcha",
		"Smartcaptcha",
		"Vue",
		"Vue3",
		"Nuxt"
	],
	"license": "MIT",
	"files": [
		"dist"
	],
	"main": "./dist/vue3-yandex-smartcaptcha.umd.cjs",
	"module": "./dist/vue3-yandex-smartcaptcha.es.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/vue3-yandex-smartcaptcha.es.js",
			"require": "./dist/vue3-yandex-smartcaptcha.umd.cjs"
		},
		"./types": {
			"types": "./dist/types/index.d.ts",
			"import": "./dist/types/index.js"
		}
	},
	"peerDependencies": {
		"vue": "^3.0.0"
	},
	"devDependencies": {
		"@vue/compiler-sfc": "^3.5.13",
		"vite-plugin-dts": "^4.5.3",
		"vue": "^3.0.0",
		"@tsconfig/node22": "^22.0.1",
		"@types/node": "^22.14.0",
		"@vitejs/plugin-vue": "^5.2.3",
		"@vue/tsconfig": "^0.7.0",
		"npm-run-all2": "^7.0.2",
		"typescript": "~5.8.0",
		"vite": "^6.2.4",
		"vite-plugin-vue-devtools": "^7.7.2",
		"vue-tsc": "^2.2.8"
	}
}
