mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"lerna": "lerna",
|
|
"bootstrap": "lerna bootstrap",
|
|
"prepare": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^13.1.0",
|
|
"@commitlint/config-conventional": "^13.1.0",
|
|
"husky": "^7.0.1",
|
|
"lerna": "^4.0.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"workspaces": {
|
|
"packages": ["packages/*"],
|
|
"nohoist": ["**/module-alias"]
|
|
}
|
|
}
|