mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 01:45:32 +00:00
10 lines
146 B
JSON
10 lines
146 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"lerna": "^3.20.2"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap"
|
|
}
|
|
}
|