-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.17 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
{
"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 <developers@boxuk.com>",
"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",
"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": {
"turbo": "^2.2.3",
"webpack-cli": "^5.1.4"
},
"packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
}