mirror of
https://github.com/mozilla/readability.git
synced 2026-04-07 19:17:37 +00:00
81fac1abb2
Bumps the npm_and_yarn group with 3 updates in the / directory: [tmp](https://github.com/raszi/node-tmp), [@release-it/keep-a-changelog](https://github.com/release-it/keep-a-changelog) and [release-it](https://github.com/release-it/release-it). Removes `tmp` Updates `@release-it/keep-a-changelog` from 5.0.0 to 7.0.0 - [Release notes](https://github.com/release-it/keep-a-changelog/releases) - [Commits](https://github.com/release-it/keep-a-changelog/compare/5.0.0...7.0.0) Updates `release-it` from 17.0.1 to 19.0.4 - [Release notes](https://github.com/release-it/release-it/releases) - [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md) - [Commits](https://github.com/release-it/release-it/compare/17.0.1...19.0.4) --- updated-dependencies: - dependency-name: tmp dependency-version: dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@release-it/keep-a-changelog" dependency-version: 7.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: release-it dependency-version: 19.0.4 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@mozilla/readability",
|
|
"version": "0.6.0",
|
|
"description": "A standalone version of the readability library used for Firefox Reader View.",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint . && prettier Readability.js JSDOMParser.js test/*.js --check",
|
|
"test": "mocha test/test-*.js",
|
|
"generate-testcase": "node test/generate-testcase.js",
|
|
"release": "release-it"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/readability"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/readability/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"homepage": "https://github.com/mozilla/readability",
|
|
"devDependencies": {
|
|
"@release-it/keep-a-changelog": "7.0.0",
|
|
"chai": "4.3.7",
|
|
"eslint": "8.57.0",
|
|
"eslint-plugin-mozilla": "^3.7.4",
|
|
"eslint-plugin-no-unsanitized": "^4.0.2",
|
|
"htmltidy2": "1.0.0",
|
|
"js-beautify": "1.14.7",
|
|
"jsdom": "20.0.2",
|
|
"mocha": "10.8.2",
|
|
"prettier": "^3.3.2",
|
|
"release-it": "19.0.4",
|
|
"sinon": "14.0.2",
|
|
"xml-name-validator": "^5.0.0"
|
|
}
|
|
}
|