mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -05:00
8 lines
175 B
Text
8 lines
175 B
Text
|
{
|
||
|
// this package shouldn't be included in the lockfile members
|
||
|
// because it has no dependencies
|
||
|
"name": "@scope/pkg2",
|
||
|
"version": "1.0.0",
|
||
|
"exports": "./mod.ts"
|
||
|
}
|