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",
2022-01-08 17:05:05 +00:00
"@mozilla/readability": "^0.3.0",
"express": "^4.17.1",
2022-01-09 15:20:59 +00:00
"express-rate-limit": "^6.0.5",
"html-entities": "^2.3.3",
2022-01-08 17:05:05 +00:00
"jsdom": "^16.4.0",
2022-02-04 11:51:31 +00:00
"justify-text": "^1.1.3",
"turndown": "^7.0.0",
2022-12-21 23:26:55 +00:00
"url": "^0.11.0"
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.3.1"
}
2022-01-08 17:05:05 +00:00
}