-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.jsonc
More file actions
41 lines (41 loc) · 896 Bytes
/
Copy pathdeno.jsonc
File metadata and controls
41 lines (41 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"lock": false,
"name": "@li/http-saver",
"version": "0.5.1",
"exports": {
".": "./src/mod.ts",
"./http-saver": "./src/httpSaver.ts",
"./sanitizer": "./src/sanitizer.ts",
"./mock-response": "./src/mockResponse.ts"
},
"tasks": {
"test": "deno test -RWN --allow-run"
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.2",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/encoding": "jsr:@std/encoding@^1.0.7",
"@std/fs": "jsr:@std/fs@^1.0.13",
"@std/path": "jsr:@std/path@^1.0.8",
"@std/testing": "jsr:@std/testing@^1.0.9"
},
"fmt": {
"semiColons": false,
"useTabs": true,
"lineWidth": 120,
"indentWidth": 4,
"singleQuote": true,
"proseWrap": "preserve",
"exclude": ["README.md"]
},
"compilerOptions": { "strict": true },
"lint": {
"exclude": [],
"rules": {
"tags": ["recommended"],
"exclude": [],
"include": []
}
},
"exclude": []
}