package.json 660 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "logseq": {
  3. "id": "logseq-helloworld-plugin",
  4. "title": "logseq-helloworld-plugin",
  5. "icon": "./icon.svg"
  6. },
  7. "name": "logseq-helloworld-plugin",
  8. "version": "1.2.0",
  9. "description": "",
  10. "main": "dist/index.html",
  11. "targets": {
  12. "main": false
  13. },
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1",
  16. "build": "parcel build --no-source-maps src/index.html --public-url ./"
  17. },
  18. "keywords": [],
  19. "author": "Andrea Fazzi",
  20. "license": "MIT",
  21. "dependencies": {
  22. "@logseq/libs": "^0.0.1-alpha.35",
  23. "js-base64": "^3.7.2"
  24. },
  25. "devDependencies": {
  26. "buffer": "^6.0.3",
  27. "parcel": "^2.2.0"
  28. }
  29. }