0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-25 06:32:41 -05:00
denoland-deno/tests/specs/npm/future_node_modules_dir_setting/package.json
David Sherret 677c4c0c26
FUTURE: override byonm with nodeModulesDir setting (#23222)
Makes the `"nodeModulesDir"` setting take precedence over byonm when
using `DENO_FUTURE`.
2024-04-11 10:31:50 +05:30

5 lines
59 B
JSON

{
"dependencies": {
"@denotest/esm-basic": "*"
}
}