28 lines
642 B
JSON
28 lines
642 B
JSON
{
|
|
"name": "readability",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@mozilla/readability": "^0.6.0",
|
|
"remove-markdown": "^0.6.4",
|
|
"turndown": "^7.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^8.0.1",
|
|
"@babel/preset-env": "^8.0.2",
|
|
"babel-loader": "^10.1.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"terser-webpack-plugin": "^5.6.1",
|
|
"webpack": "^5.107.2",
|
|
"webpack-bundle-analyzer": "^5.3.0",
|
|
"webpack-cli": "^7.0.3"
|
|
}
|
|
}
|