-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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": "@shopana/services",
"version": "0.0.3",
"private": true,
"description": "Moleculer-based services for the portal",
"type": "module",
"workspaces": [
"packages/*",
"packages/shopana/*",
"services/*",
"infra/federation",
"workflows"
],
"packageManager": "yarn@4.10.3",
"scripts": {
"shopana": "tsx packages/cli/src/cli.ts",
"dev": "yarn shopana dev",
"build": "yarn shopana build",
"codegen": "yarn shopana codegen",
"migrate": "yarn shopana migrate",
"gateway": "yarn shopana gateway"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.53.1",
"esbuild": "^0.24.0",
"esbuild-plugin-file-path-extensions": "^2.1.3",
"tsx": "^4.20.6"
},
"resolutions": {
"reflect-metadata": "^0.2.2",
"ts-jest": "^29.4.6",
"@types/jest": "^30.0.0",
"jest": "^30.1.3",
"@types/node": "^20.14.14",
"esbuild": "^0.24.2",
"uuid": "^11.1.0",
"graphql-request": "^6.1.0",
"drizzle-kit": "^0.31.8",
"@golevelup/nestjs-rabbitmq": "^5.7.0",
"amqplib": "^0.10.9",
"tsx": "^4.20.6",
"@apollo/subgraph": "^2.12.1"
}
}