-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 924 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 924 Bytes
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
{
"name": "@platforma-open/milaboratories.star-read-mapping",
"scripts": {
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json,vue}\"",
"build": "turbo run build",
"build:dev": "PL_PKG_DEV=local turbo run build",
"test": "turbo run test --concurrency 1 --env-mode=loose",
"mark-stable": "turbo run mark-stable",
"watch": "turbo watch build",
"changeset": "changeset",
"version-packages": "changeset version",
"lint": "pnpm -r lint",
"update-sdk": "block-tools update-deps"
},
"devDependencies": {
"turbo": "catalog:",
"@changesets/cli": "catalog:",
"@platforma-sdk/block-tools": "catalog:",
"shx": "catalog:"
},
"packageManager": "pnpm@9.12.0",
"//pnpm": {
"overrides": {
"@platforma-sdk/package-builder": "file:/Users/popoffvg/Documents/git/mil/platforma/tools/package-builder/platforma-sdk-package-builder-3.11.4.tgz"
}
}
}