Add a npm_package in dependencies & peerDependencies at the same time?

Is there a case doing that?

I’m creating a js lib that uses that package and requires the lib user to match that package.

So, is it true to specify the package both in dependencies & peerDependencies? Or just place in peerDependencies is enough?