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": {
|
2022-01-18 16:39:42 +00:00
|
|
|
"@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",
|
2022-05-12 14:36:59 +00:00
|
|
|
"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",
|
2022-01-18 16:39:42 +00:00
|
|
|
"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-01-08 17:31:28 +00:00
|
|
|
"start": "node index.js"
|
2022-01-08 17:05:05 +00:00
|
|
|
},
|
2022-12-21 22:59:14 +00:00
|
|
|
"author": "Lee Hanken",
|
|
|
|
"license": "MIT"
|
2022-01-08 17:05:05 +00:00
|
|
|
}
|