uranium
uranium copied to clipboard
uranium should implement a strategy for separating regular dependencies and test/development dependencies
Similar to npm's devDependencies model. We'll also need a uranium version of npm prune.
Extra credit if you can implement a static analyzer that fails the build when devDependencies show up in regular application code, and normal dependencies only show up in test code, etc.