mirror of
https://github.com/certd/certd.git
synced 2026-04-03 14:10:54 +08:00
12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"lerna": "^3.18.4"
|
|
},
|
|
"scripts": {
|
|
"submodule":"git submodule update --init --recursive"
|
|
},
|
|
"license": "MIT"
|
|
}
|