-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.33 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
{
"name": "@temporal-contract/root",
"private": true,
"description": "Type-safe contract system for Temporal.io workflows and activities",
"license": "MIT",
"author": "Benoit TRAVERS <benoit.travers.fr@gmail.com>",
"type": "module",
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"check:packages": "turbo run check:package",
"dev": "turbo run dev",
"format": "oxfmt .",
"knip": "knip",
"lint": "oxlint .",
"prepare": "lefthook install --reset-hooks-path",
"release": "pnpm build && changeset publish",
"test": "turbo run test",
"test:integration": "turbo run test:integration",
"test:mutation": "pnpm build && stryker run",
"typecheck": "turbo run typecheck",
"version": "changeset version"
},
"devDependencies": {
"@btravstack/commitlint": "catalog:",
"@btravstack/lefthook": "catalog:",
"@btravstack/oxlint": "catalog:",
"@changesets/cli": "catalog:",
"@commitlint/cli": "catalog:",
"@stryker-mutator/core": "catalog:",
"@stryker-mutator/vitest-runner": "catalog:",
"@unthrown/oxlint": "catalog:",
"knip": "catalog:",
"lefthook": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"turbo": "catalog:",
"vitest": "catalog:"
},
"engines": {
"node": ">=22.22.0"
},
"packageManager": "pnpm@12.4.1"
}