mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
13 lines
159 B
JSON
13 lines
159 B
JSON
|
{
|
||
|
"name": "@scope/package",
|
||
|
"version": "0.0.0",
|
||
|
"exports": {
|
||
|
".": "./src/index.ts"
|
||
|
},
|
||
|
"publish": {
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|
||
|
}
|