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

12 lines
225 B
JSON
Raw Normal View History

2021-07-25 04:39:17 -05:00
{
"name": "root",
"private": true,
"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
}
}