forked from Sebobo/Shel.Neos.ImageChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1 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
39
40
{
"name": "shel-neos-imagechecker",
"version": "1.0.0",
"license": "Proprietary",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"postinstall": "patch-package",
"build": "yarn workspace image-editor run build",
"watch": "yarn workspace image-editor run watch"
},
"workspaces": [
"Resources/Private/ImageChecker"
],
"devDependencies": {
"@neos-project/eslint-config-neos": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"patch-package": "^6.5.0",
"prettier": "^2.7.1"
},
"packageManager": "[email protected]",
"fig": {
"build": {
"description": "Build the plugin",
"icon": "🛠"
},
"watch": {
"description": "Watch the plugin and rebuild on change",
"icon": "👀"
}
}
}