feat: added modules

This commit is contained in:
Marvin Zhang
2024-06-14 15:42:50 +08:00
parent f1833fed21
commit 0b67fd9ece
626 changed files with 60104 additions and 0 deletions

16
core/docs/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"publish": "node scripts/publish.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chalk": "^4.1.2",
"qiniu": "^7.4.0",
"walk-sync": "^3.0.0"
}
}