summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cmd-shim/package.json
blob: 1d4e6a4504424506e41a72e85c22a04dabaf0c1a (plain)
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
37
{
  "name": "cmd-shim",
  "version": "4.0.2",
  "description": "Used in npm for command line application support",
  "scripts": {
    "test": "tap",
    "snap": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cmd-shim.git"
  },
  "license": "ISC",
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "mkdirp-infer-owner": "^2.0.0"
  },
  "devDependencies": {
    "rimraf": "~2.2.8",
    "tap": "^14.10.6"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "tap": {
    "before": "test/00-setup.js",
    "after": "test/zz-cleanup.js",
    "check-coverage": true
  },
  "engines": {
    "node": ">=10"
  }
}