{ "name": "remark-extend", "version": "0.1.2", "description": "A plugin for remark that allows to extend a md file with another md file", "author": "ing-bank", "homepage": "https://github.com/ing-bank/lion/", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ing-bank/lion.git", "directory": "packages/remark-extend" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js", "test": "npm run test:node", "test:node": "mocha test-node", "test:watch": "mocha test-node --watch" }, "keywords": [ "remark" ], "main": "index.js", "files": [ "docs", "src", "stories", "test", "*.js" ], "dependencies": { "remark-parse": "^8.0.0", "unified": "^9.0.0", "unist-util-is": "^4.0.2", "unist-util-select": "^3.0.1", "unist-util-visit": "^2.0.2" }, "devDependencies": { "remark-html": "^11.0.1" } }