UNPKG

@getjoystick/vue-turnstile

Version:

Vue library for Cloudflare Turnstile CAPTCHA alternative

53 lines (51 loc) 1.2 kB
{ "name": "@getjoystick/vue-turnstile", "version": "1.1.0", "description": "Vue library for Cloudflare Turnstile CAPTCHA alternative", "type": "module", "files": [ "dist" ], "main": "./dist/vue-turnstile.umd.cjs", "module": "./dist/vue-turnstile.js", "types": "./dist/VueTurnstile.vue.d.ts", "exports": { ".": { "import": "./dist/vue-turnstile.js", "require": "./dist/vue-turnstile.umd.js" } }, "scripts": { "dev": "vite", "build": "vite build && vue-tsc --emitDeclarationOnly", "preview": "vite preview" }, "homepage": "https://github.com/getjoystick/vue-turnstile", "author": "getjoystick", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/getjoystick/vue-turnstile" }, "keywords": [ "cloudflare", "turnstile", "vue", "captcha", "vue3", "library" ], "dependencies": { "vue": "^3.2.45" }, "devDependencies": { "@testing-library/cypress": "^9.0.0", "@types/node": "^18.11.18", "@vitejs/plugin-vue": "^4.0.0", "cypress": "^12.17.4", "prettier": "^2.8.1", "typescript": "^4.9.3", "vite": "^4.0.0", "vue-tsc": "^1.0.11" } }