-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.87 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.87 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
{
"name": "dcb-event-store",
"type": "module",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/kraken-tech/dcb-event-store.git"
},
"license": "BSD-3-Clause",
"scripts": {
"test": "pnpm -r run test",
"build": "pnpm -r run build",
"watch": "pnpm -r run watch",
"lint": "pnpm -r run lint",
"lint-fix": "pnpm -r run lint-fix",
"clean": "pnpm -r exec rm -rf dist",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "pnpm run clean && pnpm run build && pnpm run lint && pnpm run test && CHANGESET_PUBLISH=1 changeset publish",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@eslint/js": "^9.39.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^17.5.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"uuid": "^9.0.1",
"vitest": "^3.2.4"
},
"pnpm": {
"overrides": {
"handlebars": "4.7.9",
"lodash": "4.18.1",
"minimatch@<=3.1.3": "3.1.5",
"minimatch@>=9.0.0 <9.0.7": "9.0.9",
"js-yaml": "4.1.1",
"read-yaml-file>js-yaml": "^3.14.1",
"tar-fs": "3.1.2",
"picomatch@<2.3.2": "2.3.2",
"brace-expansion@<1.1.13": "1.1.13",
"brace-expansion@>=2.0.0 <2.0.3": "2.0.3",
"yaml": "2.8.3",
"tar": "7.5.11",
"@types/node": "^25.6.0"
},
"onlyBuiltDependencies": [
"esbuild",
"ssh2"
]
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}