summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2018-04-17 11:02:16 -0400
committerRefael Ackermann <refack@gmail.com>2018-09-11 14:12:07 -0400
commitd3442f261ac60eafc948e681a23dc868e0b6d2da (patch)
tree93a7443c7bad3a59d09a372985608ae6d5a4225e /tools/node-lint-md-cli-rollup/package.json
parent623dcb7bd90ccd9876487e05ce715d2ffed9799b (diff)
downloadandroid-node-v8-d3442f261ac60eafc948e681a23dc868e0b6d2da.tar.gz
android-node-v8-d3442f261ac60eafc948e681a23dc868e0b6d2da.tar.bz2
android-node-v8-d3442f261ac60eafc948e681a23dc868e0b6d2da.zip
tools: vendor in node-lint-md-cli-rollup
PR-URL: https://github.com/nodejs/node/pull/20109 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'tools/node-lint-md-cli-rollup/package.json')
-rw-r--r--tools/node-lint-md-cli-rollup/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
new file mode 100644
index 0000000000..99a8464998
--- /dev/null
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "node-lint-md-cli-rollup",
+ "description": "remark packaged for node markdown linting",
+ "version": "1.0.0",
+ "devDependencies": {
+ "rollup": "^0.55.5",
+ "rollup-plugin-commonjs": "^8.0.2",
+ "rollup-plugin-json": "^2.3.0",
+ "rollup-plugin-node-resolve": "^3.0.0"
+ },
+ "dependencies": {
+ "markdown-extensions": "^1.1.0",
+ "remark": "^8.0.0",
+ "remark-lint": "^6.0.0",
+ "remark-preset-lint-node": "^1.0.3",
+ "unified-args": "^4.0.0",
+ "unified-engine": "^5.1.0"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "build-node": "npm run build && cp dist/* .."
+ }
+}