-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 4.52 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 4.52 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
{
"private": true,
"packageManager": "[email protected]",
"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"
}
}
}