-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 867 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
26
27
28
{
"name": "schem",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "yarn workspaces foreach --verbose -tp run test",
"lint": "yarn workspaces foreach --verbose -tp run lint",
"build": "yarn workspaces foreach --verbose -tp run build",
"publish": "yarn workspaces foreach --no-private npm publish --tolerate-republish --access public"
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^7.12.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
"jest": "^27.4.7",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
}
}