summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-install-checks/package.json
blob: 0eb597ae83480a4407b4fe74d19b797e88addccf (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
{
  "name": "npm-install-checks",
  "version": "4.0.0",
  "description": "Check the engines and platform fields in package.json",
  "main": "index.js",
  "dependencies": {
    "semver": "^7.1.1"
  },
  "devDependencies": {
    "tap": "^14.10.6"
  },
  "scripts": {
    "test": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/npm-install-checks.git"
  },
  "keywords": [
    "npm,",
    "install"
  ],
  "license": "BSD-2-Clause",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=10"
  }
}