-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "zen-temporal",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve temporal-worker --verbose",
"build": "nx build temporal-worker --verbose",
"test": "nx test",
"start:worker": "node dist/out-tsc/apps/temporal-worker/src/worker.js"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.7.3",
"@nestjs-modules/mailer": "^1.8.1",
"@nestjs/axios": "^1.0.1",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
"@nestjs/platform-express": "^9.2.1",
"@temporalio/activity": "^1.7.0",
"@temporalio/client": "^1.7.0",
"@temporalio/worker": "^1.7.0",
"@temporalio/workflow": "^1.7.0",
"nestjs-temporal": "^1.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.4.1"
},
"devDependencies": {
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.2.1",
"@nrwl/eslint-plugin-nx": "15.4.4",
"@nrwl/jest": "15.4.4",
"@nrwl/linter": "15.4.4",
"@nrwl/nest": "15.4.4",
"@nrwl/node": "15.4.4",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "15.4.4",
"@types/jest": "29.2.5",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "~8.31.0",
"eslint-config-prettier": "8.6.0",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"nx": "15.4.4",
"prettier": "^2.8.2",
"ts-jest": "29.0.4",
"ts-loader": "^9.4.2",
"ts-node": "10.9.1",
"typescript": "~4.9.4"
}
}