/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/task/bin_pkg_with_scope_none/package.json
9 строк
181 B
David Sherret
fix(task): correct name for scoped npm package binaries (#25390)
03 сен 2024, 16:56
Не верифицирован
03 сен 2024, 16:56
b8ed6f8
Код
Авторство
О чём код?
{ "scripts": { "bin": "bin hi && cli-esm testing this out && npx cli-cjs test" }, "dependencies": { "@denotest/bin": "0.5", "other": "npm:@denotest/bin@1.0" } }