Skip to main content
Module

x/netzo/deno.jsonc

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
File
{ "tasks": { "test": "deno test --allow-env --allow-net --allow-read", "check": "deno fmt --check && deno lint", // pass version as argument e.g. "deno task npm:generate vX.X.X" "npm:generate": "deno run -A scripts/build_npm.ts", "npm:publish": "cd npm && npm publish", "types:generate": "deno types > deno-runtime-types.ts", "githooks:generate": "deno run -A -r https://deno.land/x/githooks/githooks.ts" }, "githooks": { "pre-commit": "check" }}