apm-agent-nodejs icon indicating copy to clipboard operation
apm-agent-nodejs copied to clipboard

Split package.json in two

Open watson opened this issue 7 years ago • 2 comments

Today a lot of the devDependencies are related to testing only and make a lot of noise in our package.json file. @Qard have suggested that it might make sense to make a separate package.json file for testing only.

Greenkeeper recently announced support for monorepos, which would mean that we can now make another package.json file inside the test directory and move the devDependencies used for testing to there and still rely on Greenkeeper to get notified when for instance a new version of "mysql" is released.

watson avatar Sep 06 '18 10:09 watson

Oh, nice! Didn't know they were working on monorepo support. 🎉

Qard avatar Sep 06 '18 16:09 Qard

Bump prio a little bit because the optics of the security warning on the module just for the "hapi" tests is a little poor.

trentm avatar Nov 02 '20 22:11 trentm