Init: Create & Init ms Project...

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-09-07 12:23:15 +08:00
commit 05bf312076
64 changed files with 2027 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"private": true,
"name": "ms",
"version": "1.0.0",
"main": "index.js",
"author": "MiaoWoo <admin@yumc.pw>",
"license": "MIT",
"scripts": {
"clean": "npx lerna run clean",
"watch": "npx lerna run watch --parallel",
"build": "npx lerna run build",
"lp": "npx lerna publish"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^3.16.4"
}
}