-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 956 Bytes
/
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
{
"private": true,
"name": "ilib-mono-webos",
"version": "0.1.1",
"packageManager": "[email protected]",
"description": "Monorepo for containing the loctool and lint plugins for webOS Platform",
"scripts": {
"build": "turbo build",
"test": "pnpm test:affected",
"test:affected": "turbo test --affected --output-logs=new-only",
"test:all": "turbo test",
"test:all:force": "turbo test --force",
"test:ci": "turbo test --concurrency=5",
"test:ci:affected": "pnpm test:ci --affected",
"coverage": "turbo coverage",
"coverage:affected": "turbo coverage --affected",
"coverage:ci:affected": "turbo coverage --concurrency=5 --affected",
"doc": "turbo doc",
"release": "pnpm build && pnpm changeset publish",
"testSampleApp": "turbo testSampleApp",
"cleanOutput": "turbo cleanOutput"
},
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.27.12",
"turbo": "^2.4.2"
}
}