Files
wikiless/package.json
T
dependabot[bot] b5bf095c19 Bump node-html-parser from 3.3.6 to 6.1.5
Bumps [node-html-parser](https://github.com/taoqf/node-fast-html-parser) from 3.3.6 to 6.1.5.
- [Release notes](https://github.com/taoqf/node-fast-html-parser/releases)
- [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taoqf/node-fast-html-parser/compare/v3.3.6...v6.1.5)

---
updated-dependencies:
- dependency-name: node-html-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 18:16:12 +00:00

26 lines
643 B
JSON

{
"name": "Wikiless",
"version": "0.1.1",
"description": "A free open source alternative Wikipedia front-end focused on privacy.",
"main": "src/wikiless.js",
"dependencies": {
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"express": "^4.18.2",
"got": "^11.8.3",
"node-html-parser": "^6.1.5",
"redis": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/wikiless.js"
},
"repository": {
"type": "git",
"url": "https://codeberg.org/orenom/wikiless"
},
"license": "APGL-3.0"
}