-
Notifications
You must be signed in to change notification settings - Fork 869
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.76 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.76 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
{
"name": "@automattic/Jetpack_Monorepo",
"private": true,
"description": "[Jetpack](https://jetpack.com/) is a set of WordPress plugins that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
"homepage": "https://jetpack.com",
"bugs": {
"url": "https://github.com/Automattic/jetpack/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git"
},
"license": "GPL-2.0-or-later",
"author": "Automattic",
"scripts": {
"cli-link": "jetpack cli link",
"cli-setup": "pnpm install && jetpack cli link",
"cli-unlink": "jetpack cli unlink",
"lint": "pnpm run lint-file .",
"lint-changed": "eslint-changed --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.svelte --eslint-options flags='[\"v10_config_lookup_from_file\"]' --git",
"lint-file": "eslint --flag v10_config_lookup_from_file",
"lint-required": "ESLINT_IGNORE_REQUIRED=1 pnpm run lint --max-warnings=0",
"lint-style": "stylelint --allow-empty-input --globby-options '{\"gitignore\":true,\"ignore\":[\"tools/docker/data\",\"**/vendor/**\",\"**/jetpack_vendor/**\"]}'",
"php:autofix": "composer phpcs:fix",
"php:compatibility": "composer phpcs:compatibility",
"php:lint": "composer phpcs:lint",
"prepare": "husky",
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,cjs,mjs,ts,tsx,svelte,json,jsonc,json5}\"",
"typecheck": "pnpm --recursive --if-present --no-bail run typecheck",
"version-packages": "bash ./tools/version-packages.sh"
},
"devDependencies": {
"eslint": "9.39.4",
"husky": "9.1.7",
"jetpack-cli": "workspace:*",
"jetpack-js-tools": "workspace:*",
"stylelint": "17.5.0"
},
"packageManager": "pnpm@10.28.2",
"engines": {
"node": "^24.14.0",
"pnpm": "^10.28.2"
}
}