-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.78 KB
/
package.json
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
{
"name": "diachronic",
"packageManager": "[email protected]",
"private": true,
"author": {
"name": "Embedded Insurance",
"email": "[email protected]",
"url": "https://embeddedinsurance.com"
},
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"format": "turbo format",
"build": "turbo build",
"test": "turbo test --continue",
"typecheck": "turbo typecheck --continue",
"clean": "turbo clean && rimraf node_modules",
"changeset-version": "yarn changeset version",
"release": "yarn workspaces foreach --from '@diachronic/*' --worktree --no-private npm publish --tolerate-republish && yarn changeset tag"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@types/node": "20",
"@yarnpkg/types": "4.0.0",
"rimraf": "^5.0.1",
"ts-node": "10.9.1",
"turbo": "1.10.13",
"typescript": "5.4.5"
},
"resolutions": {
"effect": "3.2.5",
"@effect/schema": "0.67.14",
"@effect-use/gcp-gcs": "4.0.0",
"@effect-use/gcp-logging": "5.0.0",
"@effect-use/http-client": "4.0.0",
"@effect-use/temporal-config": "4.0.0",
"@effect-use/temporal-client": "4.0.0",
"@temporalio/activity": "1.8.6",
"@temporalio/workflow": "1.8.6",
"@temporalio/worker": "1.8.6",
"@temporalio/client": "1.8.6",
"@temporalio/testing": "1.8.6",
"typescript": "5.4.5",
"fast-check": "^3.19",
"fastify": "4.23.2",
"mqtt": "5.0.5",
"ramda": "0.30.0",
"@types/ramda": "0.30.0",
"@types/jest": "29.5.3",
"ts-jest": "29.1.0",
"jest": "29.5.0",
"xstate": "5.0.0-beta.27"
},
"engines": {
"node": ">=20"
},
"repository": {
"directory": ".",
"type": "git",
"url": "https://github.com/embedded-insurance/diachronic.git"
}
}