feat(scripts): data export and import scripts (#575)

* wip: data import/export scripts

* feat: data exporter

* feat: importer

* fix: that was stupid

* fix: importer

* style: clean up comments
This commit is contained in:
Isaac
2025-01-10 01:41:24 +00:00
committed by GitHub
parent cedac83bce
commit 03f3944d31
5 changed files with 440 additions and 2 deletions

View File

@@ -80,13 +80,15 @@
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"all-contributors-cli": "^6.26.1",
"commander": "^12.1.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.57.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"markdown-table": "^3.0.4",
"nodemon": "^2.0.22"
"nodemon": "^2.0.22",
"ora": "^8.1.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",