2021-07-25 04:39:17 -05:00
|
|
|
{
|
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
2021-08-11 09:12:36 -05:00
|
|
|
"license": "MPL-2.0",
|
2021-07-25 09:27:51 -05:00
|
|
|
"scripts": {
|
2021-07-30 09:34:15 -05:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
2021-07-25 09:27:51 -05:00
|
|
|
"lerna": "lerna",
|
|
|
|
"bootstrap": "lerna bootstrap",
|
2021-08-12 06:39:57 -05:00
|
|
|
"prepare": "if test \"$NODE_ENV\" != \"production\" ; then husky install && lerna run --stream prepack ; fi",
|
2021-07-28 12:42:14 -05:00
|
|
|
"dev": "lerna run --parallel dev"
|
2021-07-25 09:27:51 -05:00
|
|
|
},
|
2021-07-25 04:39:17 -05:00
|
|
|
"devDependencies": {
|
2021-07-25 08:58:27 -05:00
|
|
|
"@commitlint/cli": "^13.1.0",
|
|
|
|
"@commitlint/config-conventional": "^13.1.0",
|
|
|
|
"husky": "^7.0.1",
|
|
|
|
"lerna": "^4.0.0",
|
|
|
|
"typescript": "^4.3.5"
|
2021-07-25 21:54:13 -05:00
|
|
|
},
|
|
|
|
"workspaces": {
|
2021-08-11 10:07:39 -05:00
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
],
|
|
|
|
"nohoist": [
|
|
|
|
"**/module-alias"
|
|
|
|
]
|
2021-07-26 09:06:13 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.15.0",
|
2021-07-29 04:46:28 -05:00
|
|
|
"pnpm": ">=6"
|
2021-07-25 04:39:17 -05:00
|
|
|
}
|
2021-08-12 06:39:57 -05:00
|
|
|
}
|