summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
blob: 2fb19875cba6aa1640f4e5e27e585263a8acae37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "node-lint-md-cli-rollup",
  "description": "remark packaged for node markdown linting",
  "version": "2.0.0",
  "devDependencies": {
    "@zeit/ncc": "^0.16.1"
  },
  "dependencies": {
    "markdown-extensions": "^1.1.1",
    "remark": "^10.0.1",
    "remark-lint": "^6.0.5",
    "remark-preset-lint-node": "^1.10.1",
    "unified-args": "^7.1.0",
    "unified-engine": "^6.0.1"
  },
  "main": "src/cli-entry.js",
  "scripts": {
    "build": "ncc build -m",
    "build-node": "npm run build && cp dist/index.js ../lint-md.js"
  }
}