-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.41 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
{
"name": "medusa-plugins",
"private": true,
"description": "A workspace for developing Medusa plugins.",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"backend": "turbo dev --filter=test-backend",
"build": "turbo build",
"dev": "turbo dev",
"docs": "turbo docs:dev --filter=docs",
"docs:build": "turbo docs:build --filter=docs",
"generate:openapi": "turbo generate:openapi --filter=docs",
"lint": "turbo lint",
"prebuild": "node ./scripts/check-node-version.cjs && node ./scripts/dedupe-medusa.cjs",
"release": "lerna publish from-package --yes",
"release:preview": "lerna publish from-package",
"test:integration": "turbo test:integration:http",
"test:unit": "turbo test:unit"
},
"devDependencies": {
"@medusajs/admin-sdk": "2.18.0",
"@medusajs/cli": "2.18.0",
"@medusajs/eslint-plugin": "2.18.0",
"@medusajs/framework": "2.18.0",
"@medusajs/icons": "2.18.0",
"@medusajs/js-sdk": "2.18.0",
"@medusajs/medusa": "2.18.0",
"@medusajs/test-utils": "2.18.0",
"@medusajs/ui": "4.1.19",
"eslint": "^9.39.5",
"jiti": "^2.7.0",
"lerna": "^9.0.7",
"pg-god": "1.0.12",
"ts-node": "10.9.2",
"turbo": "2.10.5",
"typescript": "6.0.3"
},
"resolutions": {
"zod": "4.3.6",
"@astrojs/sitemap": "3.7.2"
},
"packageManager": "yarn@4.13.0+sha512.5c20ba010c99815433e5c8453112165e673f1c7948d8d2b267f4b5e52097538658388ebc9f9580656d9b75c5cc996f990f611f99304a2197d4c56d21eea370e7"
}