-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.91 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.91 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@milaboratories/platforma-monorepo",
"private": true,
"scripts": {
"build": "turbo run build --summarize",
"build:local": "PL_PKG_DEV=local pnpm build",
"test": "turbo run test --concurrency 1 --summarize",
"test:no-cache": "pnpm test -- --force",
"test:local": "PL_PKG_DEV=local pnpm test",
"test:local+dry-run": "pnpm test:local -- --dry-run=json",
"test:local+no-cache": "pnpm test:local -- --force",
"do-pack": "turbo run do-pack",
"do-pack:local": "PL_PKG_DEV=local pnpm do-pack",
"changeset": "changeset",
"version-packages": "changeset version",
"prepare": "husky",
"fmt": "turbo run fmt",
"check": "turbo run check",
"formatter:check": "turbo run formatter:check",
"linter:check": "turbo run linter:check",
"types:check": "turbo run types:check",
"turbo-why": "node scripts/turbo-why.mjs",
"ci:prepare": "pnpm --filter \"@milaboratories/ts-builder...\" run build && pnpm formatter:check --output-logs=errors-only && pnpm linter:check --output-logs=errors-only",
"ci:build": "pnpm ci:prepare && pnpm turbo-why build && pnpm build --output-logs=errors-only",
"ci:build:local": "pnpm ci:prepare && pnpm turbo-why build:local && pnpm build:local --output-logs=errors-only",
"ci:test": "pnpm turbo-why test && pnpm test -- --output-logs=errors-only",
"ci:test:no-cache": "pnpm test:no-cache -- --output-logs=errors-only",
"ci:test:local": "pnpm turbo-why test:local && pnpm test:local -- --output-logs=errors-only",
"ci:test:local+no-cache": "pnpm test:local+no-cache --output-logs=errors-only",
"reset": "pnpm reset:dist && pnpm reset:node_modules && pnpm reset:turbo-cache",
"reset:dist": "find . -type d -name 'dist' | grep -v 'node_modules' | xargs rm -rf",
"reset:etc-blocks": "rimraf etc/blocks/**/.turbo !**/.pnpm/** etc/blocks/**/ui/dist etc/blocks/**/model/dist --glob",
"reset:turbo-cache": "find . -type d -name '.turbo' | grep -v '\\.pnpm' | xargs rm -r",
"reset:node_modules": "find . -type d -name 'node_modules' | grep -v '\\.pnpm' | xargs rm -r",
"pl_team:test": "pnpm ci:test"
},
"devDependencies": {
"@changesets/cli": "catalog:",
"@types/node": "catalog:",
"@zed-industries/vscode-langservers-extracted": "catalog:",
"husky": "catalog:",
"rimraf": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"vitest": "catalog:"
},
"peerDependencies": {
"oxfmt": "*",
"oxlint": "*"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"pnpm": {
"overrides": {
"@microsoft/api-extractor>typescript": "catalog:"
}
},
"//": {
"@platforma-open/milaboratories.software-ptabler": "file:/Users/dbolotin/mi/core/ptabler/software/package.tgz",
"overrides": {}
}
}