-
-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 5.63 KB
/
Copy pathpackage.json
File metadata and controls
133 lines (133 loc) · 5.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"private": true,
"packageManager": "pnpm@10.34.5+sha512.a4ee05f2f73658255bd6a89859c065a45c28a57daefae2c893a168ee2b73168c37b91e83e57ea67654ad03f03031746430e8bce38e362e042605fb8abc80192e",
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"type": "module",
"ava": {
"files": [
"tests/**/*",
"!tests/utils/**/*",
"!database/**/*"
],
"extensions": {
"ts": "module"
},
"require": [
"./tests/utils/_force-exit.ts"
],
"nodeArguments": [
"--no-warnings",
"--conditions=source",
"--experimental-transform-types",
"--experimental-specifier-resolution=node"
],
"timeout": "30s",
"workerThreads": false
},
"scripts": {
"start": "pnpm playground",
"playground": "pnpm playground:default",
"playground:load-document": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/load-document.ts\"",
"playground:express": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/express.ts\"",
"playground:koa": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/koa.ts\"",
"playground:default": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/default.ts\"",
"playground:slow": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/slow.ts\"",
"playground:redis": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/redis.ts\"",
"playground:webhook": "concurrently --kill-others \"pnpm -C ./playground/frontend dev\" \"pnpm -C ./playground/backend dev src/webhook.ts\"",
"lint:ts": "tsc --noEmit -p tsconfig.json --composite false",
"lint": "biome lint && pnpm lint:ts",
"lint:fix": "biome lint --fix",
"test": "ava",
"test:watch": "ava --watch",
"build:packages": "pnpm clean:packages && rolldown -c",
"build:watch": "pnpm clean:packages && rolldown --watch -c",
"clean:packages": "rm -Rf ./packages/*/dist",
"release:major": "pnpm build:packages && lerna version major --force-publish --sign-git-tag --sign-git-commit",
"release:major:pre": "pnpm build:packages && lerna version premajor --force-publish --preid rc --sign-git-tag --sign-git-commit",
"release:minor": "pnpm build:packages && lerna version minor --force-publish --sign-git-tag --sign-git-commit",
"release:minor:pre": "pnpm build:packages && lerna version preminor --force-publish --preid rc --sign-git-tag --sign-git-commit",
"release:patch": "pnpm build:packages && lerna version patch --force-publish --sign-git-tag --sign-git-commit",
"release:patch:pre": "pnpm build:packages && lerna version prepatch --force-publish --preid rc --sign-git-tag --sign-git-commit",
"release:pre": "pnpm build:packages && lerna version prerelease --force-publish --preid rc --sign-git-tag --sign-git-commit",
"publish:latest": "pnpm build:packages && lerna publish from-package --yes",
"publish:pre": "pnpm build:packages && lerna publish from-package --yes --dist-tag next",
"reset": "pnpm clean:packages && rm -Rf ./**/.cache && rm -Rf ./**/.temp && rm -Rf ./**/node_modules && rm -Rf ./pnpm-lock.yaml && pnpm install",
"ncu": "ncu -i --deep && pnpm install"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@types/bun": "^1.3.9",
"ava": "^7.0.0",
"concurrently": "^6.4.0",
"lerna": "^9.0.5",
"nx": "^22.5.3",
"rolldown": "^1.0.0-rc.6",
"rolldown-plugin-dts": "^0.22.3",
"typescript": "5.8.2"
},
"engines": {
"node": ">=22"
},
"name": "hocuspocus",
"repository": {
"url": "https://github.com/ueberdosis/hocuspocus"
},
"pnpm": {
"overrides": {
"tar@<7.5.8": ">=7.5.8",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=5.0.0 <5.1.7": ">=5.1.7",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"minimatch@>=5.0.0 <5.1.8": ">=5.1.8",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"minimatch@<3.1.4": ">=3.1.4",
"koa@>=3.0.0 <3.1.2": ">=3.1.2",
"fast-xml-parser@>=5.0.0 <5.3.5": ">=5.3.5",
"fast-xml-parser@>=5.0.0 <5.3.6": ">=5.3.6",
"fast-xml-parser@>=5.0.0 <5.3.8": ">=5.3.8",
"tar@<=7.5.9": ">=7.5.10",
"tar@<=7.5.10": ">=7.5.11",
"fast-xml-parser@>=5.0.0 <5.5.6": ">=5.5.6",
"fast-xml-parser@>=4.0.0-beta.3 <=5.5.6": ">=5.5.7",
"handlebars@>=4.0.0 <=4.7.8": ">=4.7.9",
"path-to-regexp@<0.1.13": ">=0.1.13",
"brace-expansion@<1.1.13": ">=1.1.13",
"brace-expansion@>=4.0.0 <5.0.5": ">=5.0.5",
"handlebars@>=4.0.0 <4.7.9": ">=4.7.9",
"picomatch@<2.3.2": ">=2.3.2",
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
"handlebars@>=4.6.0 <=4.7.8": ">=4.7.9",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"lodash@<=4.17.23": ">=4.18.0",
"follow-redirects@<=1.15.11": ">=1.16.0",
"postcss@<8.5.10": ">=8.5.10",
"axios@>=1.0.0 <1.15.1": ">=1.15.1",
"axios@>=1.0.0 <1.15.2": ">=1.15.2",
"fast-xml-parser@<5.7.0": ">=5.7.0",
"ip-address@<=10.1.0": ">=10.1.1",
"fast-xml-builder@<=1.1.6": ">=1.1.7",
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
"qs@>=6.11.1 <=6.15.1": ">=6.15.2",
"axios@>=1.0.0 <1.16.0": ">=1.16.0",
"brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6",
"axios@>=1.7.0 <1.16.0": ">=1.16.0",
"tmp@<0.2.6": ">=0.2.6",
"ws@>=8.0.0 <8.21.0": ">=8.21.0",
"ws@>=7.0.0 <7.5.11": ">=7.5.11",
"form-data@>=4.0.0 <4.0.6": ">=4.0.6",
"tar@<=7.5.15": ">=7.5.16",
"markdown-it@<=14.1.1": ">=14.2.0",
"@sigstore/core@<=3.2.0": ">=3.2.1",
"linkify-it@<=5.0.0": ">=5.0.1",
"js-yaml@<3.15.0": ">=3.15.0",
"js-yaml@>=4.0.0 <=4.1.1": ">=4.2.0",
"sigstore@<=4.1.0": ">=4.1.1",
"@sigstore/verify@=3.1.0": ">=3.1.1"
}
}
}