forked from hCaptcha/vue-hcaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 811 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "hcaptcha-vue",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"author": "hCaptcha team and contributors",
"homepage": "https://github.com/hCaptcha/vue-hcaptcha",
"organization": "hCaptcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hCaptcha/vue-hcaptcha.git",
"web": "https://github.com/hCaptcha/vue-hcaptcha"
},
"bugs": {
"url": "https://github.com/hCaptcha/vue-hcaptcha/issues"
},
"keywords": [
"hcaptcha",
"captcha",
"component",
"vue",
"vue-component",
"earn"
],
"scripts": {
"setup": "yarn install --frozen-lockfile --prefer-offline",
"test": "lerna run test --stream",
"build": "lerna run build --stream",
"lint": "lerna run lint --stream"
}
}