support yaml deck
Showing
| ... | @@ -44,6 +44,7 @@ | ... | @@ -44,6 +44,7 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "js-yaml": "^4.1.0", | |||
| "koishi-thirdeye": "^11.0.9", | "koishi-thirdeye": "^11.0.9", | ||
| "leven": "^3.1.0", | "leven": "^3.1.0", | ||
| "load-json-file": "^6.2.0", | "load-json-file": "^6.2.0", | ||
| ... | @@ -58,6 +59,7 @@ | ... | @@ -58,6 +59,7 @@ |
| "@koishijs/plugin-database-memory": "^1.4.1", | "@koishijs/plugin-database-memory": "^1.4.1", | ||
| "@koishijs/plugin-sandbox": "^2.0.1", | "@koishijs/plugin-sandbox": "^2.0.1", | ||
| "@types/jest": "^27.4.1", | "@types/jest": "^27.4.1", | ||
| "@types/js-yaml": "^4.0.5", | |||
| "@types/lodash": "^4.14.179", | "@types/lodash": "^4.14.179", | ||
| "@types/node": "^17.0.21", | "@types/node": "^17.0.21", | ||
| "@typescript-eslint/eslint-plugin": "^4.33.0", | "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
| ... | ... |
src/drawer.ts
0 → 100644
src/yaml-plugin.ts
0 → 100644
Please register or sign in to comment