map of package names to package versions
Optional
cwd: stringoverride the working directory
import { packageJson } from 'ember-apply';
await packageJson.addDevDependencies({
autoprefixer: '^10.0.0',
tailwindcss: '^3.0.0',
})
Generated using TypeDoc
Add
devDependencies
to thepackage.json
.