-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "wp-packages",
"version": "1.0.0",
"description": "![Box UK Logo](https://www.boxuk.com/wp-content/themes/BoxUK/assets/images/boxuk-logo.png)",
"author": "BoxUK <[email protected]>",
"license": "GPL-2.0-or-later",
"directories": {
"doc": "docs",
"test": "tests"
},
"workspaces": [
"packages/*"
],
"scripts": {
"start": "turbo run start",
"build": "turbo run build",
"format": "turbo run format",
"packages-update": "turbo run packages-update --concurrency=1 -- -- --dist-tag=wp-$WORDPRESS_VERSION",
"precommit": "turbo run precommit",
"lint": "turbo run lint",
"lint:css": "turbo run lint:css",
"lint:js": "turbo run lint:js",
"lint:fix": "turbo run lint:fix",
"lint:css:fix": "turbo run lint:css:fix",
"lint:js:fix": "turbo run lint:js:fix",
"test": "turbo run test",
"test:unit": "turbo run test:unit",
"test:snapshots": "turbo run test:snapshots",
"type-coverage": "turbo run type-coverage"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^8.16.0",
"@wordpress/jest-preset-default": "^12.16.0",
"turbo": "^2.4.1",
"webpack-cli": "^5.1.4"
},
"packageManager": "[email protected]"
}