Bumps [remove-markdown](https://github.com/zuchka/remove-markdown) from 0.5.5 to 0.6.2. - [Commits](https://github.com/zuchka/remove-markdown/commits/0.6.2) --- updated-dependencies: - dependency-name: remove-markdown dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
644 B
JSON
28 lines
644 B
JSON
{
|
|
"name": "readability",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.6.0",
|
|
"remove-markdown": "^0.6.2",
|
|
"turndown": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"babel-loader": "^9.2.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"webpack": "^5.96.1",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|