package.json 672 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "dump-db",
  3. "version": "1.0.0",
  4. "description": "Standalone tool to dump contents of Trilium document.db file into a directory tree of notes",
  5. "main": "dump-db.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/zadam/trilium.git"
  12. },
  13. "author": "zadam",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/zadam/trilium/issues"
  17. },
  18. "homepage": "https://github.com/zadam/trilium/dump-db#readme",
  19. "dependencies": {
  20. "better-sqlite3": "7.5.0",
  21. "mime-types": "2.1.34",
  22. "sanitize-filename": "1.6.3",
  23. "yargs": "17.3.1"
  24. }
  25. }