Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
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
npm install
npm test
- 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.
- @types/fs-extra: TypeScript definitions for fs-extra
- @types/glob: TypeScript definitions for Glob
- @types/jest: TypeScript definitions for Jest
- @types/mock-fs: TypeScript definitions for mock-fs
- @types/node: TypeScript definitions for Node.js
- @types/semver: TypeScript definitions for semver
- @typescript-eslint/eslint-plugin: TypeScript plugin for ESLint
- @typescript-eslint/parser: An ESLint custom parser which leverages TypeScript ESTree
- eslint: An AST-based pattern checker for JavaScript.
- expect-more-jest: Write Beautiful Specs with Custom Matchers for Jest
- jest: Delightful JavaScript Testing.
- mock-fs: A configurable mock file system. You know, for testing.
- organize-imports-cli: VS Code's 'Organize imports' executable from command line
- prettier: Prettier is an opinionated code formatter
- rimraf: A deep deletion module for node (like
rm -rf
) - ts-jest: A preprocessor with source maps support to help use TypeScript with Jest
- typescript: TypeScript is a language for application scale JavaScript development
MIT