Skip to main content
Module

x/netzo/deno.jsonc

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Go to Latest
File
{ "tasks": { "test": "deno test --allow-env --allow-net --allow-read src", "check": "deno fmt --check && deno lint", // pass version as argument e.g. "deno task npm:build 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" }}