-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "google-recaptcha",
"license": "MIT",
"version": "1.0.0",
"keywords": [
"google-recaptcha",
"react google-recaptcha",
"core google-recaptcha"
],
"private": true,
"author": {
"name": "SIBERIA CAN CODE 🧊",
"url": "https://github.com/siberiacancode"
},
"bugs": {
"url": "https://github.com/siberiacancode/core/issues"
},
"repository": {
"url": "https://github.com/siberiacancode/core"
},
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"deploy": "turbo run deploy",
"lint": "turbo run lint",
"format": "turbo run format",
"unit-test": "turbo run unit-test",
"pretty": "turbo run pretty",
"change": "beachball change --no-commit",
"release": "beachball publish --yes",
"prepare": "husky && yarn build"
},
"devDependencies": {
"beachball": "^2.43.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"turbo": "^1.13.4"
}
}