mirror of https://github.com/certd/certd
21 lines
378 B
JSON
21 lines
378 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@lerna-lite/cli": "^2.4.0",
|
|
"@lerna-lite/run": "^2.4.0"
|
|
},
|
|
"scripts": {
|
|
"start": "lerna bootstrap --hoist",
|
|
"i-all": "lerna link && lerna exec npm install "
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"workspaces": [
|
|
"packages/**"
|
|
]
|
|
}
|