-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·42 lines (42 loc) · 1.21 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
41
42
{
"name": "shel-neos-terminal",
"version": "1.0.0",
"license": "GNU GPLv3",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"postinstall": "patch-package",
"lint": "NODE_OPTIONS=--openssl-legacy-provider yarn workspace neos-terminal run lint",
"build": "NODE_OPTIONS=--openssl-legacy-provider yarn workspace neos-terminal run build",
"watch": "NODE_OPTIONS=--openssl-legacy-provider yarn workspace neos-terminal run watch"
},
"workspaces": [
"Resources/Private/JavaScript/Terminal"
],
"devDependencies": {
"@neos-project/eslint-config-neos": "^2.6.1",
"@types/react": "^16.14.34",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"patch-package": "^6.5.0",
"prettier": "^2.8.1"
},
"fig": {
"build": {
"description": "Build the plugin",
"icon": "🛠"
},
"watch": {
"description": "Watch the plugin fand rebuild on change",
"icon": "⭐️"
}
},
"packageManager": "[email protected]"
}