Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « docs - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be36f202f3a1ff85948d31505f7ff3b57f3c9041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "docs",
  "description": "The npm cli documentation",
  "version": "1.0.0",
  "scripts": {
    "build": "node dockhand",
    "eslint": "eslint",
    "lint": "npm run eslint -- ./*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/cli"
  },
  "devDependencies": {
    "@mdx-js/mdx": "^1.6.22",
    "cmark-gfm": "^0.9.0",
    "jsdom": "^18.1.0",
    "marked-man": "^0.7.0",
    "yaml": "^1.10.0"
  }
}