Skip to main content
Module

x/fathym_atomic_icons/deno.json

Fathym's Atomic Icons is a library that supports the optimized creation of customzied icon sets for delivery via Deno Fresh.
Go to Latest
File
{ "tasks": { "build": "deno task build:fmt && deno task build:lint && deno task test", "build:fmt": "deno fmt", "build:lint": "deno lint", "deploy": "deno task build && ftm git", "npm:build": "deno run -A scripts/npm.build.ts", "npm:publish": "npm publish ./build --access public", "test": "deno test -A ./tests/tests.ts --coverage=cov" }, "imports": { "preact": "https://esm.sh/preact@10.16.0", "preact/": "https://esm.sh/preact@10.16.0/" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "lock": false, "fmt": { "files": { "include": [], "exclude": [] }, "options": {} }, "lint": { "files": { "include": [], "exclude": [] }, "rules": { "include": [], "exclude": [] } }}