|
1 | 1 | { |
2 | | - "name": "@kinotio/drowser", |
3 | | - "version": "0.1.6", |
4 | | - "exports": "./mod.ts", |
5 | | - "importMap": "./import_map.json", |
6 | | - "nodeModulesDir": "auto", |
7 | | - "tasks": { |
8 | | - "run:example:basic": "deno run -A examples/basic.ts", |
9 | | - "watch:example:basic": "deno run -A --watch examples/basic.ts" |
10 | | - }, |
11 | | - "publish": { |
12 | | - "include": ["dist/", "README.md", "deno.json"] |
13 | | - }, |
14 | | - "lint": { |
15 | | - "include": ["/"], |
16 | | - "exclude": ["tests/"], |
17 | | - "rules": { |
18 | | - "tags": ["recommended"], |
19 | | - "include": ["ban-untagged-todo"], |
20 | | - "exclude": ["no-unused-vars"] |
21 | | - } |
22 | | - }, |
23 | | - "fmt": { |
24 | | - "useTabs": true, |
25 | | - "lineWidth": 80, |
26 | | - "indentWidth": 2, |
27 | | - "semiColons": false, |
28 | | - "singleQuote": true, |
29 | | - "proseWrap": "preserve", |
30 | | - "include": ["/"], |
31 | | - "exclude": ["tests/"] |
32 | | - }, |
33 | | - "compilerOptions": { |
34 | | - "strict": true, |
35 | | - "noImplicitAny": true, |
36 | | - "noUnusedLocals": true, |
37 | | - "noUnusedParameters": true, |
38 | | - "noImplicitReturns": true, |
39 | | - "noFallthroughCasesInSwitch": true |
40 | | - } |
| 2 | + "name": "@kinotiodotio/drowser", |
| 3 | + "version": "0.1.6", |
| 4 | + "exports": "./mod.ts", |
| 5 | + "importMap": "./import_map.json", |
| 6 | + "nodeModulesDir": "auto", |
| 7 | + "tasks": { |
| 8 | + "run:example:basic": "deno run -A examples/basic.ts", |
| 9 | + "watch:example:basic": "deno run -A --watch examples/basic.ts" |
| 10 | + }, |
| 11 | + "publish": { |
| 12 | + "include": ["dist/", "README.md", "deno.json"] |
| 13 | + }, |
| 14 | + "lint": { |
| 15 | + "include": ["/"], |
| 16 | + "exclude": ["tests/"], |
| 17 | + "rules": { |
| 18 | + "tags": ["recommended"], |
| 19 | + "include": ["ban-untagged-todo"], |
| 20 | + "exclude": ["no-unused-vars"] |
| 21 | + } |
| 22 | + }, |
| 23 | + "fmt": { |
| 24 | + "useTabs": true, |
| 25 | + "lineWidth": 80, |
| 26 | + "indentWidth": 2, |
| 27 | + "semiColons": false, |
| 28 | + "singleQuote": true, |
| 29 | + "proseWrap": "preserve", |
| 30 | + "include": ["/"], |
| 31 | + "exclude": ["tests/"] |
| 32 | + }, |
| 33 | + "compilerOptions": { |
| 34 | + "strict": true, |
| 35 | + "noImplicitAny": true, |
| 36 | + "noUnusedLocals": true, |
| 37 | + "noUnusedParameters": true, |
| 38 | + "noImplicitReturns": true, |
| 39 | + "noFallthroughCasesInSwitch": true |
| 40 | + } |
41 | 41 | } |
0 commit comments