lion/packages-node/remark-extend/package.json
github-actions[bot] f400425cf8 Version Packages
2021-01-06 16:44:27 +00:00

39 lines
918 B
JSON

{
"name": "remark-extend",
"version": "0.2.2",
"description": "A plugin for remark that allows to extend a md file with another md file",
"license": "MIT",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages-node/remark-extend"
},
"main": "index.js",
"files": [
"*.js",
"docs",
"src",
"test"
],
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "npm run test:node",
"test:node": "mocha test-node",
"test:watch": "mocha test-node --watch"
},
"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"
},
"keywords": [
"remark"
],
"publishConfig": {
"access": "public"
}
}