chenyc
2025-12-09 545c24c6a711d71b65f3d4e8122fee3837fb1edc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "help-me",
  "version": "5.0.0",
  "description": "Help command for node, partner of minimist and commist",
  "main": "help-me.js",
  "scripts": {
    "test": "standard && node test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mcollina/help-me.git"
  },
  "keywords": [
    "help",
    "command",
    "minimist",
    "commist"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mcollina/help-me/issues"
  },
  "homepage": "https://github.com/mcollina/help-me",
  "devDependencies": {
    "commist": "^2.0.0",
    "concat-stream": "^2.0.0",
    "pre-commit": "^1.1.3",
    "proxyquire": "^2.1.3",
    "standard": "^16.0.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.0.0"
  },
  "dependencies": {
  }
}