45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "remark-extend",
|
|
"version": "0.4.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": {
|
|
"publish-docs": "node ../../packages-node/publish-docs/src/cli.js --github-url https://github.com/ing-bank/lion/ --git-root-dir ../../",
|
|
"prepublishOnly": "npm run publish-docs",
|
|
"test": "npm run test:node",
|
|
"test:node": "mocha test-node",
|
|
"test:watch": "mocha test-node --watch"
|
|
},
|
|
"dependencies": {
|
|
"remark-gfm": "^1.0.0",
|
|
"remark-parse": "^9.0.0",
|
|
"unified": "^9.2.0",
|
|
"unist-util-is": "^4.0.2",
|
|
"unist-util-select": "^3.0.1",
|
|
"unist-util-visit": "^2.0.2"
|
|
},
|
|
"keywords": [
|
|
"remark"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./docs/": "./docs/"
|
|
}
|
|
}
|