-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.61 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
{
"name": "@milaboratories/platforma-monorepo",
"private": true,
"scripts": {
"reset:node_modules": "find . -type d -name 'node_modules' | grep -v '\\.pnpm' | xargs rm -r",
"reset:turbo-cache": "find . -type d -name '.turbo' | grep -v '\\.pnpm' | xargs rm -r",
"reset": "pnpm run reset:node_modules && pnpm run reset:turbo-cache",
"reset:etc-blocks": "rimraf etc/blocks/**/.turbo !**/.pnpm/** etc/blocks/**/ui/dist etc/blocks/**/model/dist --glob",
"type-check": "turbo run type-check",
"build": "turbo run build",
"watch-build": "turbo watch build",
"test": "turbo run test --concurrency 1 --env-mode=loose",
"publish-to-local-registry": "turbo run publish-to-local-registry",
"do-pack": "turbo run do-pack",
"lint": "pnpm -r lint",
"changeset": "changeset",
"version-packages": "changeset version",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,yaml}\"",
"prepare": "husky",
"check": "true || turbo run check"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"husky": "^9.1.7",
"prettier": "catalog:",
"rimraf": "catalog:",
"turbo": "catalog:"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"@microsoft/api-extractor>typescript": "catalog:"
}
},
"//": {
"eslint": "catalog:",
"typescript": "catalog:",
"@eslint/js": "catalog:",
"@types/eslint__js": "catalog:",
"typescript-eslint": "catalog:"
}
}