urltomarkdown/package.json

27 lines
547 B
JSON
Raw Normal View History

2022-01-08 17:05:05 +00:00
{
2022-12-21 22:59:14 +00:00
"name": "urltomarkdown",
2022-01-08 17:05:05 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@7c/validurl": "^0.0.3",
"@mozilla/readability": "^0.5.0",
"express": "^4.19.2",
"express-rate-limit": "^7.2.0",
"html-entities": "^2.5.2",
"jsdom": "^24.0.0",
2022-02-04 11:51:31 +00:00
"justify-text": "^1.1.3",
"turndown": "^7.1.3",
"url": "^0.11.3"
2022-01-08 17:05:05 +00:00
},
"scripts": {
2022-12-23 12:03:25 +00:00
"start": "node index.js",
"test": "jest"
2022-01-08 17:05:05 +00:00
},
2022-12-21 22:59:14 +00:00
"author": "Lee Hanken",
2022-12-23 12:03:25 +00:00
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
2022-12-23 12:03:25 +00:00
}
2022-01-08 17:05:05 +00:00
}