Skip to content

Add Peer

To add an npm package as a peer dependency, directly modify the peerDependencies object in your package.json. Running jspm install will not install peer dependencies.

{
"peerDependencies": {
+ "zod": "^3.0.0"
}
}

See Docs > Package manager for complete documentation of JSTime’s package manager.