-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.81 KB
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
48
49
50
{
"name": "@zemd/react",
"version": "0.0.0",
"private": true,
"description": "React libraries maintained in a pnpm and Turborepo monorepo.",
"homepage": "https://github.com/zemd/react#readme",
"bugs": {
"url": "https://github.com/zemd/react/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Dmytro Zelenetskyi",
"email": "oss@zemd.dev",
"url": "https://zemd.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zemd/react.git"
},
"funding": "https://github.com/sponsors/zemd",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"test-coverage": "turbo run test-coverage",
"test-bench": "turbo run test-bench --filter=@zemd/react-modals --filter=@zemd/react-slottable",
"typecheck": "turbo run typecheck",
"format": "oxfmt",
"format-check": "oxfmt --check",
"lint-fix": "oxlint --type-aware --fix",
"lint-check": "oxlint --type-aware --deny-warnings",
"lint-actions": "zizmor --strict-collection --collect=default --persona=pedantic .",
"lint-publish": "turbo run lint-publish --filter='./packages/*'",
"pre-commit": "./.githooks/pre-commit",
"pre-push": "./.githooks/pre-push",
"git-hooks-install": "./.githooks/install.sh",
"release-change": "pnpm change",
"release-status": "pnpm change status",
"release-bump": "pnpm version -r",
"release-publish": "pnpm publish -r --access public --publish-branch main",
"prepare": "pnpm run git-hooks-install"
},
"devDependencies": {
"oxfmt": "0.62.0",
"oxlint": "1.77.0",
"oxlint-tsgolint": "7.0.2001",
"publint": "0.3.23",
"turbo": "2.10.8"
},
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1"
}