diff --git a/deno.json b/deno.json deleted file mode 100644 index 2ea0740..0000000 --- a/deno.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "me-dialect-playground", - "version": "1.0.0", - "tasks": { - "build": "deno run -A npm:rescript build", - "clean": "deno run -A npm:rescript clean", - "dev": "deno run --watch src/run.js", - "test": "deno test --allow-read", - "lint": "deno lint", - "fmt": "deno fmt", - "demo": "deno run src/run.js", - "playground": "deno run --allow-net src/playground.js", - "dump": "deno run --allow-read tools/ast_dump.js" - }, - "imports": { - "@std/": "jsr:@std/", - "@std/assert": "jsr:@std/assert@^1.0.0", - "@std/testing": "jsr:@std/testing@^1.0.0", - "@rescript/core": "npm:@rescript/core@^1.0.0", - "@rescript/runtime": "npm:@rescript/runtime@^12.0.0" - }, - "fmt": { - "useTabs": false, - "lineWidth": 100, - "indentWidth": 2, - "singleQuote": true - }, - "lint": { - "rules": { - "tags": ["recommended"] - }, - "exclude": ["src/**/*.res.js"] - } -}