My preferred package.json
templates which I use between projects.
Download selected package.json
template with degit
.
package.json
template optimized for applications.
npx degit socnik/my-package-json/app.package.json package.json
package.json
template optimized for libraries (it includes fields such keywords
, repository
, files
, etc.)
npx degit socnik/my-package-json/lib.package.json package.json
Setup Prettier.
This package.json
template includes a pre-configured Prettier with my Prettier config. If you want to use it, follow the guide in socnik/my-prettier-config repository.
Enjoy 🚀!