forked from saleor/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 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": "saleor-apps",
"version": "0.0.0",
"private": true,
"license": "(BSD-3-Clause AND CC-BY-4.0)",
"type": "module",
"scripts": {
"build": "turbo run build",
"check-spelling": "cspell '**/*.{jsx,tsx,js,ts,md,mdx}'",
"check-types": "turbo run check-types",
"deploy": "turbo run deploy",
"dev": "turbo run dev",
"format": "prettier --write '**/*.{jsx,tsx,js,ts,md,mdx}'",
"generate": "turbo run generate",
"github:release": "pnpm changeset tag && git push --follow-tags",
"knip": "knip --config knip.config.ts",
"lint": "turbo run lint",
"lint-staged": "lint-staged",
"lint:fix": "turbo run lint:fix",
"lint:packages": "sherif",
"lint:packages:fix": "sherif --fix",
"prepare": "husky",
"start": "turbo run start",
"test": "turbo run test",
"test:ci": "turbo run test:ci"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@cspell/cspell-types": "8.17.5",
"@saleor/app-sdk": "catalog:",
"cspell": "8.17.5",
"husky": "9.1.4",
"knip": "5.46.2",
"lint-staged": "15.5.0",
"prettier": "3.0.3",
"sherif": "1.4.0",
"sort-package-json": "3.0.0",
"turbo": "2.4.4"
},
"packageManager": "pnpm@10.23.0",
"engines": {
"node": ">=22.0.0 <23.0.0",
"npm": ">=10.0.0 <11.0.0",
"pnpm": ">=10.0.0 <11.0.0"
}
}