1
0
Fork 0
cc-server-parent/lerna.json

12 lines
176 B
JSON
Raw Normal View History

2019-06-10 10:56:29 +00:00
{
"npmClient": "yarn",
"useWorkspaces": true,
2019-06-11 05:09:50 +00:00
"scripts": {
"build": "npx tsc"
},
2019-06-10 10:56:29 +00:00
"packages": [
"packages/*"
],
2019-06-21 05:13:12 +00:00
"version": "0.3.1"
2019-06-11 05:10:25 +00:00
}