添加 YAML 导器

This commit is contained in:
2020-11-12 22:36:04 +08:00
parent 9209b17b06
commit 851670887b
13 changed files with 140 additions and 88 deletions

View File

@@ -9,6 +9,7 @@
"build": "node ./tools/build.js"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
"@types/node": "^14.0.1",
"shelljs": "^0.8.4",
"ts-loader": "^7.0.4",
@@ -19,6 +20,7 @@
},
"dependencies": {
"colors": "^1.4.0",
"js-yaml": "^3.14.0",
"xlsx": "^0.16.0"
}
}