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 x.x.x" "npm:build": "deno run -A scripts/build_npm.ts", "npm:publish": "cd npm && npm publish", "types:generate": "deno types > deno-runtime-types.ts" }}