certd/package.json

17 lines
298 B
JSON
Raw Permalink Normal View History

2020-12-13 15:06:17 +00:00
{
"name": "root",
"private": true,
2020-12-25 17:37:53 +00:00
"type": "module",
2020-12-13 15:06:17 +00:00
"devDependencies": {
"lerna": "^3.18.4"
},
2021-02-05 09:07:49 +00:00
"scripts": {
"start": "lerna bootstrap --hoist",
2021-02-08 05:40:28 +00:00
"i-all": "lerna link && lerna exec npm install "
2021-02-05 09:07:49 +00:00
},
2020-12-25 17:37:53 +00:00
"license": "MIT",
"dependencies": {
2021-01-14 15:04:47 +00:00
"lodash-es": "^4.17.20"
2020-12-25 17:37:53 +00:00
}
2020-12-13 15:06:17 +00:00
}