A small command-line utility for inspecting the contents of package.json files.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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. }