mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
9 lines
137 B
Text
9 lines
137 B
Text
|
{
|
||
|
"name": "@scope/pkg",
|
||
|
"version": "1.0.0",
|
||
|
"exports": "./mod.ts",
|
||
|
"imports": {
|
||
|
"@denotest/add": "jsr:@denotest/add@1"
|
||
|
}
|
||
|
}
|