1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/task/both_package_json_selected/package.json
Bartek Iwańczuk 74e294c8c1
refactor: reenable more tests after DENO_FUTURE migration (#25752)
Rewrites and reenables following tests:
- `task::task_both_package_json_selected`
2024-09-24 03:33:03 +02:00

9 lines
177 B
JSON

{
"scripts": {
"bin": "cli-esm testing this out",
"output": "echo should never be called or shown"
},
"dependencies": {
"other": "npm:@denotest/bin@1.0"
}
}