New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

package.shipit

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package.shipit

copy the important parts of package.json into a smaller, shippable package.json for publishing

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Description

Package.shipit helps ship utility libraries & is designed to work with np as a low-level utility to copy the important parts of package.json into a sub-directory.

Why would you do this?

This utility allows you to ship a smaller package.json to npm than you keep in the repository while ensuring programmatically the dependencies, version, and any other information are always up-to-date; by copying the root package.json into a sub-directory.

If you are using np you have the option to publish a sub-directory rather than root. But this does not include a package.json.

How do I use this?

Copy package.json from your working-directory into ./dist

$ package-shipit

Copy package.json from your working directory into ./any-folder-name

$ package-shipit any-folder-name/

Use an arbitrary file: ./package.dist.json

$ package-shipit build/ --use-file package.dist.json

Indent with tabs

$ package-shipit --indent tab

Include a few extra top-level keys

$ package-shipit --include eslint,babel,prettier

Omit a few top-level keys

$ package-shipit --omit repository,bugs,homepage

Include some sub-keys

$ package-shipit \
  --omit devDependencies,optionalDependencies \
  --include devDependencies.prettier,devDependencies.eslint;

Keywords

FAQs

Package last updated on 16 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc