A small command-line utility for inspecting the contents of package.json files.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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