0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/package.json

17 lines
334 B
JSON
Raw Normal View History

2021-07-25 04:39:17 -05:00
{
"name": "root",
"private": true,
2021-07-25 09:27:51 -05:00
"scripts": {
"lerna": "lerna",
"bootstrap": "lerna bootstrap",
"prepare": "husky install"
},
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 04:39:17 -05:00
}
}