mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
13 lines
238 B
JSON
13 lines
238 B
JSON
|
{
|
||
|
"name": "@denotest/excluded-export-module",
|
||
|
"version": "0.1.0",
|
||
|
"exports": "./main.ts",
|
||
|
"publish": {
|
||
|
"exclude": [
|
||
|
"./excluded_file1.ts",
|
||
|
"./excluded_file2.ts",
|
||
|
"./not_imported_excluded_file.ts"
|
||
|
]
|
||
|
}
|
||
|
}
|