Save and load notes in Zeichen using an external API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
402 B

  1. {
  2. "name": "zeichen-plugin-remote-storage",
  3. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  4. "version": "0.1.0",
  5. "description": "Save and load notes in Zeichen using an external API.",
  6. "keywords": [
  7. "zeichen",
  8. "plugin",
  9. "storage",
  10. "API"
  11. ],
  12. "devDependencies": {
  13. "typescript": "^4.0.3"
  14. },
  15. "scripts": {
  16. "build": "tsc **/*.ts"
  17. },
  18. "license": "MIT"
  19. }