lion/packages/remark-extend/package.json
CircleCI f86161ab46 chore: release new versions
- remark-extend@0.1.3
2020-05-26 14:47:53 +00:00

43 lines
985 B
JSON

{
"name": "remark-extend",
"version": "0.1.3",
"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"
}
}