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