* feat: add version key to palette json
* feat: import deno.json directly
* chore: update mod.ts & release please config
* fix: avoid jsr (no-slow-types) error
"Destructuring in exports is not supported. Instead of destructuring,
export each symbol individually."
ref: https://jsr.io/docs/about-slow-types#typescript-restrictions
* fix: make sure to export non-destructured value
---------
Co-authored-by: backwardspy <backwardspy@pigeon.life>