summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
blob: dc04b9a8b65b2456ced235ba703ef7cac9b70dee (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.15.2"
  },
  "dependencies": {
    "markdown-extensions": "^1.1.1",
    "remark": "^10.0.1",
    "remark-lint": "^6.0.4",
    "remark-preset-lint-node": "^1.6.0",
    "unified-args": "^6.0.0",
    "unified-engine": "^5.1.0"
  },
  "main": "src/cli-entry.js",
  "scripts": {
    "build": "ncc build -m",
    "build-node": "npm run build && cp dist/index.js ../lint-md.js"
  }
}