urltomarkdown/package.json

23 lines
462 B
JSON
Executable File

{
"name": "markdown",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@7c/validurl": "^0.0.3",
"@mozilla/readability": "^0.3.0",
"express": "^4.17.1",
"express-rate-limit": "^6.0.5",
"html-entities": "^2.3.3",
"jsdom": "^16.4.0",
"justify-text": "^1.1.3",
"turndown": "^7.0.0",
"url": "^0.11.0"
},
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC"
}