mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
10 lines
181 B
JSON
10 lines
181 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"bin": "bin hi && cli-esm testing this out && npx cli-cjs test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@denotest/bin": "0.5",
|
||
|
"other": "npm:@denotest/bin@1.0"
|
||
|
}
|
||
|
}
|