mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
![Nathan Whitaker](/assets/img/avatar_default.png)
``` deno install --dev npm:chalk ``` Adds to `devDependencies` if a `package.json` is present, otherwise it just adds to `imports` in `deno.json`
6 lines
113 B
Text
6 lines
113 B
Text
{
|
|
"nodeModulesDir": "manual",
|
|
"imports": {
|
|
"@denotest/esm-basic": "npm:@denotest/esm-basic@^1.0.0"
|
|
}
|
|
}
|