diff --git a/bundle/deno.jsonc b/bundle/deno.jsonc index 60a28dad..1d436f4c 100644 --- a/bundle/deno.jsonc +++ b/bundle/deno.jsonc @@ -1,10 +1,13 @@ { + "icon": "๐Ÿ“ฆ", "name": "@libs/bundle", "version": "4.3.0", "description": "Code bundlers, formatters, minifiers and others tools.", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-bundle.deno.dev", "license": "MIT License", + "supported": ["deno"], "exports": { "./ts": "./ts/mod.ts", "./css": "./css/mod.ts", diff --git a/crypto/deno.jsonc b/crypto/deno.jsonc index b4778afa..18156ff5 100644 --- a/crypto/deno.jsonc +++ b/crypto/deno.jsonc @@ -1,10 +1,13 @@ { + "icon": "๐Ÿงฎ", "name": "@libs/crypto", "version": "1.0.4", "description": "Features based upon Web Crypto APIs", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-crypto.deno.dev", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { "./encryption": "./encryption.ts", "./totp": "./totp.ts" diff --git a/diff/deno.jsonc b/diff/deno.jsonc index 01a37a84..4e9913e2 100644 --- a/diff/deno.jsonc +++ b/diff/deno.jsonc @@ -1,10 +1,13 @@ { + "icon":"โž•", "name": "@libs/diff", "version": "1.0.4", "description": "Diff (patience algorithm)", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-diff.deno.dev", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { ".": "./mod.ts", "./diff": "./diff.ts" diff --git a/logger/deno.jsonc b/logger/deno.jsonc index ef0668a9..94f6095f 100644 --- a/logger/deno.jsonc +++ b/logger/deno.jsonc @@ -1,10 +1,13 @@ { + "icon": "๐Ÿ“ฐ", "name": "@libs/logger", "version": "1.0.7", "description": "Simple logger", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-logger.deno.dev", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { ".": "./mod.ts" }, diff --git a/qrcode/deno.jsonc b/qrcode/deno.jsonc index 671eda80..67375189 100644 --- a/qrcode/deno.jsonc +++ b/qrcode/deno.jsonc @@ -1,10 +1,13 @@ { + "icon": "๐Ÿ”ณ", "name": "@libs/qrcode", "version": "1.1.2", "description": "Pure TypeScript QRcode generator with no dependencies.", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-qrcode.deno.dev", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { ".": "./mod.ts" }, diff --git a/reactive/deno.jsonc b/reactive/deno.jsonc index ba657d20..ede4f832 100644 --- a/reactive/deno.jsonc +++ b/reactive/deno.jsonc @@ -1,10 +1,13 @@ { + "icon": "๐ŸŽฏ", "name": "@libs/reactive", "version": "1.0.1", "description": "Reactive utilities for observable objects.", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-reactive.deno.dev", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { "./context": "./context.ts" }, diff --git a/testing/deno.jsonc b/testing/deno.jsonc index 8955ff0b..4e7ff7ee 100644 --- a/testing/deno.jsonc +++ b/testing/deno.jsonc @@ -1,10 +1,12 @@ { + "icon":"๐Ÿงช", "name": "@libs/testing", "version": "1.0.4", "description": "Testing utilities for cross-platform testing on Deno, Node.js and Bun.", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", "license": "MIT License", + "supported": ["deno"], "exports": { ".": "./mod.ts" }, diff --git a/typing/deno.jsonc b/typing/deno.jsonc index 2bc682cf..9084bc7a 100644 --- a/typing/deno.jsonc +++ b/typing/deno.jsonc @@ -1,10 +1,12 @@ { + "icon": "๐Ÿงฐ", "name": "@libs/typing", "version": "2.0.3", "description": "Utility types.", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { ".": "./mod.ts" }, diff --git a/xml/deno.jsonc b/xml/deno.jsonc index 1da4f61e..f84909b2 100644 --- a/xml/deno.jsonc +++ b/xml/deno.jsonc @@ -1,10 +1,13 @@ { + "icon": "๐Ÿ“ƒ", "name": "@libs/xml", "version": "5.0.2", "description": "XML parser/stringifier with no dependencies.", "author": "lowlighter (Simon Lecoq)", "repository": "https://github.com/lowlighter/libs", + "playground": "https://libs-xml.deno.dev", "license": "MIT License", + "supported": ["deno", "node", "bun", "cloudflare-workers", "browsers"], "exports": { ".": "./mod.ts", "./parse": "./parse.ts",