Skip to main content
Module

x/omdb/deno.json

Access OMDb's API with Deno.
Go to Latest
File
{ "tasks": { "run": "deno run --allow-net=www.omdbapi.com --allow-env=OMDB_API src/cli.ts", "check": "deno lint && deno fmt --check && deno check **/*.ts" }, "lint": { "include": [ "./" ], "rules": { "tags": [ "recommended" ], "include": [ "explicit-function-return-type" ] } }, "fmt": { "include": [ "./" ], "useTabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": true, "proseWrap": "preserve" }}