A small command-line utility for inspecting the contents of package.json files.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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