@paparootru/vue3-smart-captcha
Version:
Yandex Smart Captcha for Vue3 projects
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "@paparootru/vue3-smart-captcha",
"description": "Yandex Smart Captcha for Vue3 projects",
"keywords": [
"captcha",
"component",
"smart-captcha",
"vue",
"vue3"
],
"license": "MIT",
"version": "0.4.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/SmartCaptcha.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./src --ext .vue,.ts --fix",
"test": "vitest run"
},
"dependencies": {
"vue": "^3.3.8"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^24.0.0",
"typescript": "^5.2.2",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.6.3",
"vitest": "^1.3.1",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.27"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paparootru/vue3-smart-captcha.git"
},
"author": "https://github.com/czernika",
"bugs": {
"url": "https://github.com/paparootru/vue3-smart-captcha/issues"
},
"homepage": "https://github.com/paparootru/vue3-smart-captcha#readme"
}