UNPKG

lint-md-cli

Version:

Cli tool to lint your markdown file for Chinese.

48 lines (47 loc) 1.12 kB
{ "name": "lint-md-cli", "version": "0.1.2", "description": "Cli tool to lint your markdown file for Chinese.", "bin": { "lint-md": "bin/index.js" }, "scripts": { "test": "node ./bin/index.js tests README.md -c tests/.lintmdrc", "build": "rimraf ./bin && babel src -d bin" }, "keywords": [ "lint", "markdown", "lint-md", "cli" ], "dependencies": { "babel-polyfill": "^6.26.0", "chalk": "^2.4.2", "commander": "^2.19.0", "glob": "^7.1.3", "lint-md": "^0.2.0", "lodash": "^4.17.11" }, "devDependencies": { "@babel/cli": "^7.2.0", "@babel/core": "^7.2.0", "@babel/preset-env": "^7.2.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-plugin-version": "^0.2.3", "coveralls": "^3.0.2", "jest": "^23.6.0", "rimraf": "^2.7.0" }, "author": "hustcc", "license": "MIT", "bugs": { "url": "https://github.com/hustcc/lint-md/issues" }, "repository": { "type": "git", "url": "git+https://github.com/hustcc/lint-md.git" }, "homepage": "https://github.com/hustcc/lint-md#readme" }