-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 857 Bytes
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
{
"name": "@devilsmaul/node-red-node-devtool",
"packageManager": "yarn@3.2.0",
"private": true,
"workspaces": [
"packages/*",
"packages/nodes/*"
],
"scripts": {
"clean": "yarn workspaces foreach -p -v -i run clean",
"build": "yarn workspaces foreach -p -v -i run build",
"test": "yarn jest --verbose"
},
"devDependencies": {
"@types/node": "^17.0.34",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "3.3.1",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"node-red-node-test-helper": "^0.2.7",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}