forked from smartprocure/contexture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 833 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
29
{
"name": "contexture-monorepo",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"foreach": "yarn workspaces foreach --no-private --parallel --verbose",
"version": "yarn changeset version && yarn install --mode=update-lockfile",
"publish": "yarn foreach npm publish --tolerate-republish",
"postinstall": "yarn foreach run prepack"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@flex-development/toggle-pkg-type": "^1.0.1",
"danger": "^11.2.3",
"duti": "^0.15.2",
"esbuild": "^0.17.5",
"eslint": "^8.33.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"glob": "^8.1.0",
"jest": "^29.4.1",
"minimist": "^1.2.7",
"prettier": "^2.8.3"
},
"packageManager": "[email protected]"
}