We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16029f7 commit 7ce055bCopy full SHA for 7ce055b
package.json
@@ -4,6 +4,23 @@
4
"private": false,
5
"type": "module",
6
"license": "MIT",
7
+ "description": "This is the vue package for go-captcha",
8
+ "keywords": [
9
+ "go-captcha-vue",
10
+ "go-captcha",
11
+ "gocaptcha",
12
+ "captcha-vue",
13
+ "vue-captcha",
14
+ "capts",
15
+ "gocapts"
16
+ ],
17
+ "bugs": {
18
+ "url": "https://github.com/wenlng/go-captcha-vue/issues"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/wenlng/go-captcha-vue.git"
23
24
"main": "dist/go-captcha-vue.umd.js",
25
"module": "dist/go-captcha-vue.es.js",
26
"types": "./dist/index.d.ts",
0 commit comments