UNPKG

clean-pkg-json

Version:

Clean package.json before publish by removing unnecessary properties

28 lines 590 B
{ "name": "clean-pkg-json", "version": "2.0.0", "description": "Clean package.json before publish by removing unnecessary properties", "keywords": [ "npm", "package.json", "clean", "prepublish" ], "license": "MIT", "repository": "privatenumber/clean-pkg-json", "funding": "https://github.com/privatenumber/clean-pkg-json?sponsor=1", "author": { "name": "Hiroki Osame", "email": "hiroki.osame@gmail.com" }, "files": [ "bin", "dist", "skills" ], "type": "module", "bin": "dist/index.mjs", "engines": { "node": ">=22" } }