Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.9 KB

DEPENDENCIES.md

File metadata and controls

58 lines (46 loc) · 2.9 KB

syncpack

Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install syncpack --save

Tests

npm install
npm test

Dependencies

  • chalk: Terminal string styling done right
  • commander: the complete solution for node.js command-line programs
  • cosmiconfig: Find and load configuration from a package.json property, rc file, or CommonJS module
  • expect-more: Curried JavaScript Type Testing Library with Zero Dependencies
  • fs-extra: fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
  • glob: a little globber
  • read-yaml-file: Read and parse a YAML file
  • semver: The semantic version parser used by npm.

Dev Dependencies

License

MIT