-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
25 lines (25 loc) · 979 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
{
"name": "yoast-seo-for-neos",
"license": "GNU GPLv3",
"private": true,
"engines": {
"node": "16"
},
"scripts": {
"postinstall": "patch-package",
"watch:editMode": "yarn workspace @yoast-seo-for-neos/edit-mode run watch",
"watch:inspectorView": "yarn workspace @yoast-seo-for-neos/neos-ui-plugin run watch",
"build": "yarn build:editMode && yarn build:inspectorView",
"build:editMode": "yarn workspace @yoast-seo-for-neos/edit-mode run build",
"build:inspectorView": "yarn workspace @yoast-seo-for-neos/neos-ui-plugin build",
"update-translations": "yarn workspace @yoast-seo-for-neos/neos-ui-plugin update-translations",
"test": "yarn workspace @yoast-seo-for-neos/neos-ui-plugin test-inspector"
},
"browserslist": [
"defaults and > 1% and not ie <= 11"
],
"workspaces": [
"Resources/Private/Scripts/*"
],
"packageManager": "[email protected]"
}