Skip to main content
Module

x/surrealdb/deno.json

SurrealDB driver for JavaScript
Go to Latest
File
{ "lint": { "include": ["src/", "tests/", "./mod.ts", "./compile.ts", "./deno.json"] }, "fmt": { "include": [ "src/", "tests/", "./mod.ts", "./compile.ts", "./deno.json" ], "useTabs": true, "lineWidth": 80, "indentWidth": 4, "singleQuote": false }, "tasks": { "build": "deno run -A ./compile.ts && cd npm && npm run build:web" }, "test": { "include": ["tests/integration/ws.ts", "tests/integration/http.ts"] }}