-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.57 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
44
45
46
47
{
"name": "bear-auth",
"version": "0.0.1",
"author": "Jiří Čermák <[email protected]>",
"packageManager": "[email protected]+sha256.dddc0b96ad2dca8d56a5302b56bf3cbf8210654474a6bf88877da61e866f3d46",
"private": true,
"engines": {
"node": "20"
},
"type": "module",
"workspaces": [
"packages/*",
"examples/*",
"tooling/*"
],
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
"@tooling/eslint": "workspace:*",
"prettier": "3.4.2",
"turbo": "2.3.3"
},
"scripts": {
"cir-dep": "turbo run cir-dep --parallel",
"lint": "turbo run lint --parallel",
"lint:fix": "turbo run lint --parallel -- --fix",
"build": "turbo run build",
"release:prepare": "yarn build && yarn changeset",
"release:apply": "yarn changeset version && yarn changeset tag && yarn install",
"release:publish": "yarn changeset publish",
"prepare": "husky",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write . --cache --cache-strategy=content --cache-location=.cache/prettier --ignore-path .gitignore --ignore-unknown --log-level=warn"
},
"devDependencies": {
"@changesets/cli": "2.27.10",
"husky": "9.1.7"
},
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/AckeeCZ/bear-auth"
},
"homepage": "https://github.com/AckeeCZ/bear-auth",
"bugs": {
"url": "https://github.com/AckeeCZ/bear-auth/issues"
}
}