forked from ChromeDevTools/source-map-scopes-codec
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
28 lines (28 loc) · 619 Bytes
/
Copy pathdeno.json
File metadata and controls
28 lines (28 loc) · 619 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
{
"name": "@chrome-devtools/source-map-scopes-codec",
"version": "0.8.0",
"exports": "./src/mod.ts",
"license": "BSD-3-Clause",
"fmt": {
"exclude": ["README.md", "CONTRIBUTING.md"]
},
"publish": {
"include": [
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"src/**/*.ts"
],
"exclude": [
"bench",
"src/**/*.test.ts"
]
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.17",
"@std/cli": "jsr:@std/cli@^1.0.26",
"@std/fmt": "jsr:@std/fmt@^1.0.9",
"@std/fs": "jsr:@std/fs@^1.0.22",
"@std/testing": "jsr:@std/testing@^1.0.17"
}
}