-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 608 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 608 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
{
"name": "@reslava-loom/monorepo",
"version": "1.27.0",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"lint": "eslint packages --ext .ts"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^25.6.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@vscode/test-electron": "^2.4.0",
"eslint": "^10.2.0",
"mocha": "^10.0.0",
"ts-node": "^10.9.2"
}
}