mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
98e8e2f8bc
``` deno install --dev npm:chalk ``` Adds to `devDependencies` if a `package.json` is present, otherwise it just adds to `imports` in `deno.json`
3 lines
61 B
JSON
3 lines
61 B
JSON
{
|
|
"devDependencies": { "@denotest/esm-basic": "^1.0.0" }
|
|
}
|