exports/{userId}/{date}/{uuid}.zip

- metadata_{start_page}_to_{end_page}.json
  - /content
    - {slug}.html
  - /highlights
    - {slug}.md
This commit is contained in:
Hongbo Wu
2024-08-26 17:34:01 +08:00
parent 4999db3a91
commit d4aee94d7e
3 changed files with 330 additions and 81 deletions

View File

@ -18,6 +18,7 @@
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\""
},
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"eslint-plugin-prettier": "^4.0.0"
@ -28,6 +29,7 @@
"@omnivore-app/api": "^1.0.4",
"@omnivore/utils": "1.0.0",
"@sentry/serverless": "^7.77.0",
"archiver": "^7.0.1",
"csv-stringify": "^6.4.0",
"dotenv": "^16.0.1",
"jsonwebtoken": "^8.5.1",