mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
b8ed6f8221
This is for when not using a node_modules directory or when using auto install for a node_modules dir.
9 lines
181 B
JSON
9 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"
|
|
}
|
|
}
|