packagejsonexample
v0.0.3
Published
A documented package.json file
Downloads
3
Maintainers
Readme
packagejsonexample
I made this some time ago, and just recently I've noticed it's gotten a few stars, despite me not updating it in forever. If you are new here, please visit the following resources which are probably more up to date:
In particular, I just found this one (as of time of writing) which I like a lot:
And have used it to validate (and update) this projects package.json
.
Summary
This package consists of a regular JavaScript object in a regular src/package.js
file with notes (JavaScript allows comments), that gets used to create the package.json
for this project.
docs
Generated docs should be found here. If for some reason I broke this link, just check out the docs/package.html
in your favorite browser.
Requirements
Building the distribution
npm install
# build docs and package.json file
npm run-script dist