A small command-line utility for inspecting the contents of package.json files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 247B

12345678910111213
  1. {
  2. "name": "pajamas-cli",
  3. "version": "0.1.1",
  4. "description": "package.json inspector",
  5. "bin": {
  6. "pj": "pj.js"
  7. },
  8. "scripts": {
  9. "test": "node test.js"
  10. },
  11. "author": "Dylan Baker <dylanbaker.ct@gmail.com>",
  12. "license": "MIT"
  13. }