List of the NPM packages (name and version) your application depends on.
List of the NPM packages (name and version) your application depends on. You can use [semver](https://docs.npmjs.com/misc/semver) versions:
npmDependencies += "uuid" -> "~3.0.0"
Defines the path to the package.
Defines the path to the package.json file generated by the npmWritePackageJson task.
Default: npmTargetDirectory.value / "package.json"
Defines the directory in which the npm node_modules resides.
Defines the directory in which the npm node_modules resides.
Defaults to baseDirectory.value.